Opened 12 years ago
Closed 12 years ago
#8837 closed defect (fixed)
Dialog widget doesn't resize
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.3.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Make the browser window small and click the first Show Dialog button to show the First Dialog dialog box. The window should be small enough so that the dialog has a horizontal scroll bar. If you close the dialog, make the window bigger, and then open the same dialog it remains the same size it was before, even though the window is bigger. If the dialog is made so small that a horizontal scroll bar appears there doesn't seem to be any way to make the dialog bigger again unless you reload the page.
Note: See
TracTickets for help on using
tickets.
(In [16970]) Fixes #8837. Reset width and height in show() so that marginBox returns the correct value.