-
-
Notifications
You must be signed in to change notification settings - Fork 81
Conversation
Fixed the dialog width in umbraco 7.5.4
Fixed dialog width for umbraco 7.5.4
Fixed dialog width for umbraco 7.5.4
@@ -1,4 +1,4 @@ | |||
<ng-form name="dtgeForm" novalidate> | |||
<ng-form id="dtgeForm" name="dtgeForm" novalidate> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is id="dtgeForm"
needed? Can't see it being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah just spotted that myself, i added it earlier whilst trying to make it work, and found a better way. You're right, its not needed now
Just a thought, this wider dialog may look a bit odd if the doctype hasn't got a RTE on it, and only has narrow properties like textstrings/checkboxes etc. Could we evaluate the contents, determine the max width and resize the dialog dynamically? |
@tompipe Crazy that it's been a year since you made this PR! 🙄 I'm trying it out against Umbraco 7.6.11 and it appears that if I set the Personally I think the wider dialog/modal looks fine with non-RTE, just textbox, checkbox, dropdown fields. But I'm not sure whether this should be an optional config setting? // @mattbrailsford - would be good to have your input on this one. We could either hard-code, |
I vote "wide" config option |
Searching Umbraco repo, unless I'm reading it wrong, it looks like the I'd love to see wide as an option, or maybe even could be the default. |
Quick fixes for dialog width in umbraco 7.5.4.
#worksforme #notcrossbrowsertested