Modify ↓
Ticket #10327 (closed bug: worksforme)
Blur() causes multiple events to fire in Internet Explorer
| Reported by: | nathan@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | event | Version: | 1.6.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Using IE9 (behavior also seen in IE8), calling the blur() function on an input after it has been focused causes the event to fire multiple times.
If blur() is called on the element, the event is fired only once.
Change History
comment:2 in reply to: ↑ description Changed 20 months ago by nathan@…
Also, it fires multiple times in Firefox 7 (latest beta).
comment:3 Changed 20 months ago by timmywil
- Priority changed from undecided to low
- Resolution set to worksforme
- Status changed from new to closed
- Component changed from unfiled to event
Works for me: http://jsfiddle.net/timmywil/EWbmD/2/
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.

Sorry, the fiddle had a problem. The box must have focus first.
Here's an updated version: http://jsfiddle.net/EWbmD/1/