Search and Top Navigation
#7903 closed bug (wontfix)
Opened November 21, 2011 02:11PM UTC
Closed April 16, 2013 08:18PM UTC
Slider range bug in Opera
Reported by: | Mamen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.slider | Version: | 1.8.16 |
Keywords: | opera | Cc: | |
Blocked by: | Blocking: |
Description
Using Opera 11.52 in Windows 7:
The current demo-page (in full screen):
http://jqueryui.com/demos/slider/range.html
Sliding any of the ranges causes a white gap near the right-slider for a few steps. The content doesn't seem to be long enough. It seems that Opera ignores decimals in percentages.
Perhaps another unit than percentage would solve this bug?
Attachments (0)
Change History (6)
Changed February 08, 2012 03:10AM UTC by comment:1
Changed February 08, 2012 12:12PM UTC by comment:2
keywords: | → opera |
---|---|
status: | new → open |
It is not an issue with top/bottom/left/right, Opera is not supporting a float percent value for the width of the ui-slider-range element. See http://jsfiddle.net/qf6nm/
Changed February 08, 2012 12:20PM UTC by comment:3
Here's an even better test http://www.brunildo.org/test/percwidth2.pl linked to from http://www.brunildo.org/test/emarg.pl
Changed August 31, 2012 11:51AM UTC by comment:4
Opera 12 seems to support decimals for width.
Changed October 11, 2012 02:53PM UTC by comment:5
milestone: | 1.9.0 → 1.11.0 |
---|
Changed April 16, 2013 08:18PM UTC by comment:6
resolution: | → wontfix |
---|---|
status: | open → closed |
Since this is fixed in newer Opera, we won't be making any changes for this.
I can confirm this bug in Opera 11.61. Per the description you can change the left CSS value of the a.ui-slider-handle node a to whole number to get the the gap to disappear. But Opera definitely seems to support decimal values for top/bottom/left/right - http://jsfiddle.net/tj_vantoll/xrVYe/, so something else must be going on.