#11116 closed defect (fixed)
[regression] FF+RTL+vertical slider: tick marks are on
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Starting with [21632], slider tick marks using FF3+ are on the outside of the numbers in RTL mode.
Attachments (1)
Change History (5)
Changed 11 years ago by
Attachment: | FF_slider_tickmarks.jpg added |
---|
comment:2 Changed 11 years ago by
[21632] fixed themeTester.html?dir=rtl but broke test_Slider.html?dir=rtl... the difference turned out to be a missing this.inherited() call in startup().
My tests show that both the FF-specific CSS and the FF-specific JS code are no longer needed. Removing both seems to fix the problem. I'll check that in.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22132]) Removing FF-specific workaround JS code, corresponding to FF-specific workaround CSS removed in [21632]. The code is unnecessary in FF3.0+.
Also fixing missing this.inherited() call that was causing Slider's startup() code to run multiple times when Slider was inside a TabContainer?.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
screenshot