Search and Top Navigation
#3468 closed bug (fixed)
Opened September 26, 2008 05:51PM UTC
Closed October 20, 2008 07:35AM UTC
Last modified October 11, 2012 09:15PM UTC
Small dot appears in upper left corner of the slider in Firefox 3
Reported by: | aubreya | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.slider | Version: | 1.6rc2 |
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>')
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.
This should be fixed.