Ticket #3468 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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.
Change History
Note: See
TracTickets for help on using
tickets.


This should be fixed.