Opened 14 years ago
Closed 14 years ago
#2017 closed defect (invalid)
ModalFloatingPane not sized properly initially
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello Dojo Team,
If you create a modal floating pane with a very basic content, e.g <span>hello</span>, the floating pane size is equals to the width of the browser window. This behaviour is not consistent with FloatingPane? and Dialog who adjust the size to fit the content (which is I think the expected behaviour).
Thanks
Yann
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | modalfloatsize.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
For both FloatingPane? and ModalFloatingPane? you need to specify width/height. See http://archive.dojotoolkit.org/nightly/tests/widget/test_ModalFloatingPane.html for an example.