Ticket #5360 (closed defect: fixed)
AccordionContainer ContentPane not drawing properly when body font size is less than 12px
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I took the dojo-release-1.0.1dijit estslayout est_AccordionContainer.html
and modified the <body> tag as follows:
<body style="padding: 50px; font-size:11px;">
As it turned out when font size is set to 11px or less the ContentPane? within the AccordionContainer? doesn't draw correctly, there is wrong width applied.
The modified source is available at: http://www.chieftainy2k.net/dojo/dojo-release-1.0.1/dijit/tests/layout/test_AccordionContainer-bug.html
Attachments
Change History
Note: See
TracTickets for help on using
tickets.