Ticket #4182 (closed bug: fixed)
slider min/max classes aren't being added to range div
| Reported by: | scottjehl | Owned by: | rdworth |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.slider | Version: | 1.6rc6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by scottjehl) (diff)
the ui-slider-range-max class is not being added to the ui-slider-range div. Same for the ui-slider-range-min class. Instead, the styles are being set inline. Only the styles that need computing based on value should be set inline.
The CSS is already designed to support these classes.
Change History
comment:2 Changed 4 years ago by scottjehl
- Priority changed from major to critical
- Description modified (diff)
This is actually the cause of the Opera bug too. From my testing, it appears the change discussed a while back where we'd remove the unnecessary value in min and max has not been implemented.
For example, in a horizontal slider max range, the left value should never be set inline. Only a width - nothing else. The css already has right: 0.
This should be true of all slider min/max ranges, respectively. I closed bug 3850 and assigned this to rdworth.

