#3850 closed bug (duplicate)
Slider Range With Fixed Max Demo Bug in Opera
Reported by: | Scott González | Owned by: | scottjehl |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The max side of the range is positioned incorrectly in Opera.
Change History (5)
comment:1 Changed 14 years ago by
Owner: | set to rdworth |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Owner: | changed from rdworth to scottjehl |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
I've deduced that this bug is due to a scripting issue and reassigned it to rdworth. here http://dev.jqueryui.com/ticket/4182
Note: See
TracTickets for help on using
tickets.
One potential issue with this is that 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.