Modify ↓
Ticket #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: | ||
| 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>')
Change History
comment:2 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
Please repost this to the UI Bug Tracker.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.