Opened 13 years ago
Closed 13 years ago
#6217 closed defect (fixed)
HorizontalRule/HorizontalRuleLabels problem in IE 6.0
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
If you use the above Slider code HorizontalSlider?(Slider) + HorizontalRule?(hashmarks under slider) + HorizontalRuleLabel?(labels above and below it)....all the 3 of them work togethor in FF but in IE6.0 only Slider is visible...the HorizontalRule? and HorizontalRuleLabel? are not visible.
Has anybody encountered this and found a workaround....
Attachments (1)
Change History (8)
comment:1 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Attached is the example....Slider code in page works fine, but when Slider Widget is put inside a TitlePane? Widget , HorizontalRule? and HorizontalRuleLabels? don't work.... Same Slider code is used inside TitlePane? widget and outside it.....you can see the difference. This happen only in IE 6.0 and not in Firefox
Changed 13 years ago by
Attachment: | IESliderRnD.html added |
---|
comment:4 Changed 13 years ago by
Add this to your favorite style section:
.dijitRuleContainer { z-index: 1 !important; }
Also, your test HTML file is missing a semicolon after the 2nd @import
comment:5 Changed 13 years ago by
Milestone: | → 1.2 |
---|
Can't change this in dijit.css due to #4809. Deferring this to see if both problems can be fixed in the CSS rules.
comment:7 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [13383].
please use "attach file" to attach your example