Opened 9 years ago
Closed 9 years ago
#15639 closed defect (invalid)
Dijit.dialog hides title bar in IE when content height is larger than the dialog height
Reported by: | ngjaying | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Please try the attached html file. Put it in Dojo/dijit/tests folder and run. Click the button, the dialog is shown. In IE, the dialog title is not shown.
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | testDialogHeight.html added |
---|
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I see it, but it's not supported to set a size on the Dialog. You should set a size on the content instead. See http://livedocs.dojotoolkit.org/dijit/Dialog#sizing-the-dialog.
Note: See
TracTickets for help on using
tickets.
Testcase