Opened 12 years ago
Closed 12 years ago
#7375 closed defect (invalid)
BorderContainer inside Dialog doesn't work in Firefox 3.0.1/2.0.0.16 in standard mode
Reported by: | middle | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | BorderContainer, Dialog, Firefox, standard mode | Cc: | |
Blocked By: | Blocking: |
Description
See example in attachment.
When I run it (press "Show dialog" button), a dialog has no desired content (just caption and white rectangle) -- no text, no Close button.
If I remove DOCTYPE declaration, everything works: I see both text on red background and Close button.
P.S. I tested it with Firefox 3.0.1 and Firefox 2.0.0.16 for Linux.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | dialog.html added |
---|
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This was fixed to work after the 1.1 release, but also, your BorderContainer should have a style on it not in percentages but in pixels or ems (etc.), and the Dialog itself *shouldn't* have any style attached to it in regards to sizing.
Note: See
TracTickets for help on using
tickets.
Example HTML code