Opened 10 years ago
Closed 9 years ago
#15113 closed defect (invalid)
[patch] [cla] dojox.widget.Dialog does not resize layout children correctly - Fix provided
Reported by: | kbenjamin | Owned by: | kbenjamin |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Widgets | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When the Dialog contains widgets with a resize() function they do not consistently resize due to the animation effects used in Dialog.
The solution is to wait to call resize until after the animations have completed.
My customized dojox/widget/Dialog wrapper is attached but the code could be easily added and integrated into dojox/widget/Dialog.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | CustomDojoxDialog.js added |
---|
comment:2 Changed 9 years ago by
Summary: | dojox.widget.Dialog does not resize layout children correctly - Fix provided → [patch] [cla] dojox.widget.Dialog does not resize layout children correctly - Fix provided |
---|
Would be better if this were an actual patch file. Also, if the problem is with Dialog animations, then why do you need a delay on window resize? Does window resize cause the Dialog to animate?
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from dante to kbenjamin |
Status: | new → pending |
Ken, if you create an updated patch against 1.9 (as an actual patch), we'll review and consider for inclusion.
comment:4 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
dojox.widget.Dialog wrapper to fix resize bugs.