Side navigation
#3414 closed bug (invalid)
Opened September 26, 2008 12:12AM UTC
Closed September 26, 2008 05:45PM UTC
Last modified March 15, 2012 07:12PM UTC
Small dot appears in upper left corner of the slider in Firefox 3
Reported by: | xmuskrat | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Whenever you move a handle,
This has to do with accessibility options putting a dotted outline around the anchor link that gets focus.
I resolved this issue in my local copy by changing the following line:
.wrap('<a href="javascript:void(0)" style="cursor:default;"></a>')
to:
.wrap('<a href="javascript:void(0)" style="cursor:default; outline: none;"></a>')
Attachments (0)
Change History (2)
Changed September 26, 2008 12:13AM UTC by comment:1
Changed September 26, 2008 05:45PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Please repost this to the UI Bug Tracker.
These glitches also appear in the demos for the sliders on jquery.com
http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.slider.html
Notice the little blue dot when you drag a handle.