Opened 13 years ago
Closed 13 years ago
#4803 closed defect (fixed)
Accordion: outside borders not showing on IE6
Reported by: | bill | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See test_AccordionContainer.html on IE6. Judging from DOM explorer it seems the <div class=dijitAccordionBody> does have a border, but it's too wide, so the border is hidden behind the parent div. Not sure why that would happen though.
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by
Owner: | set to dante |
---|
Changed 13 years ago by
Attachment: | accordion.patch added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [11132]) Fixes #4803: fix accordion borders on IE by putting border on outer AccordionContainer? node rather than inner nodes Fixes #3691: indicate focus of slider in high contrast mode
These patches from Peter Higgins