Modify ↓
Ticket #5689 (closed bug: wontfix)
live function for focus events no longer works
| Reported by: | jverdi | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | event | Version: | 1.4a2 |
| Keywords: | live, focus | Cc: | |
| Blocking: | Blocked by: |
Description
Attaching to focus events using the live function appeared to work for me using 1.4a1, however in 1.4a2 they are not. Tested with same outcome in Safari 4.0.4, and Firefox 3.5.6 on OSX Snow Leopard.
Attachments
Change History
Changed 3 years ago by abgne.tw
-
attachment
1.4a2.html
added
comment:1 Changed 3 years ago by john
- Status changed from new to closed
- Resolution set to wontfix
We are no longer supporting focus/blur in live (since they aren't actually bubbling events) but focusin and focusout instead. More information about this will be found in the 1.4 release notes and in the API documentation.
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.

1.4a2 live foucs, blur not work