Ticket #3804 (closed bug: fixed)
Multiple Slider Focus Issues
| Reported by: | kouphax | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.slider | Version: | 1.6rc4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by scott.gonzalez) (diff)
If you add more than one slider to a page (see color picker demo for an example) the blur events are not being raised properly.
- Click a slider handler so that it receives focus
- Click anywhere on the page (except another slider) and see the handler loses the focus class.
- Repeat step 1
- Click on the second slider's handle and see it receives the focus/active class but the first handler doesn't lose it's class.
This works fine with keyboard (TAB) navigation so I assume it is a bug rather than a strange feature. It does however break any custom blur event code attached to the slider so I feel it has some importance behind it.
Change History
Note: See
TracTickets for help on using
tickets.

