Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | TBD → 1.6 |
Priority: | minor → critical |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r2002