#6256 closed defect (fixed)
Slider behaves strangely in IE7 form demo
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See attached screenshot. It seems that the slider does not render properly in IE7. Also, when you drag the handle it disappears for good.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | slider.JPG added |
---|
comment:1 Changed 13 years ago by
Dup of #6217. This is a CSS z-index problem. Workaround:
.dj_ie .dijitSlider .dijitRuleContainer { z-index: 1; }
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Slider in form demo in IE7