#3414 closed bug (invalid)
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>')
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please repost this to the UI Bug Tracker.
Note: See
TracTickets for help on using
tickets.
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.