#6116 closed defect (fixed)
RTL VerticalSlider wiggles by 1px when the handle is clicked, using IE
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | low | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
Run test_Slider.html?dir=rtl using IE6. Click on the slider handle in either vertical slider. The slider wiggles left, then right with each click. I didn't test on IE7. This motion is also seen during dragging.
Change History (4)
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to Douglas Hays |
---|---|
Priority: | normal → low |
comment:2 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [13470]) Fixes #6116. Created dijitSliderBarContainerH/V classes so the css can be more easily customized. Added dijitReset to the slider template to default margin to 0px for the center tag.