#7197 closed defect (invalid)
DOJO Sliders with Scrollbars (IE Issue)
Reported by: | hrishi14 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I am using DOJO Sliders. We have a scenario to use multiple sliders in a fixed height div. We need to have scroll bar to div in order to accomodate slider. But with Scroll Bar the Slider do not move up and down with the Scroll movement. They just stick in 1 place. I have attached "slider.html" with sample code.
This problem occurs in IE6.0 and IE7 but not in Firefox
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | slider.html added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
this is an IE-quirky thing with overflow:auto. Setting positon:relative on the same node with overflow:auto resolves the issue. It is the same issues as #7104, which was discovered by putting a Slider in an accordionPane, which has overflow:auto
There is nothing slider can do differently to change this.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Is there fix to workaround this issue? The left and right part of the sliders move with scroll but not the entire slider.