Opened 10 years ago
Closed 10 years ago
#12249 closed defect (wontfix)
AccordionContainer: Scroll Bar Glitch on IE7
Reported by: | Rian | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dijit | Version: | 1.5 |
Keywords: | dijit.layout.AccordionContainer, scroll bar, dijit.layout.ContentPane | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
When using dijit.layout.ContentPane? inside an dijit.layout.AccordionContainer?, if the content within the content pane exceeds the height of the content pane a scroll bar will automatically appear.
If the user scrolls the bar halfway down, then lets go of it, then tries to click on the bar again, the scroll bar will behave erratically by jumping around on its track. Glitch only experienced in IE7, FF 3.6 appears to work correctly.
Browser: Internet Explorer 7
OS: Microsoft Windows XP Professional 2002 SP3
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | DijitBug.html added |
---|
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.5.1 → future |
Resolution: | → wontfix |
Status: | new → closed |
Summary: | dijit.layout.AccordionContainer Scroll Bar Glitch → AccordionContainer: Scroll Bar Glitch on IE7 |
I do see a little of that on test_AccordionContainer.html on IE7, along with a problem that the scrollbar can't be moved at all until you click the accordion. However, it's a IE7 specific browser bug and I don't know how to fix it (or if it's even possible to fix).
Luckily it's working fine on IE6 and IE8, plus other browsers.
If you have a patch to fix it I'd be happy to look at it; otherwise I can't do anything.
Illustrates the scroll bar issue in IE7