#10327 closed bug (worksforme)
Blur() causes multiple events to fire in Internet Explorer
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | event | Version: | 1.6.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
Works for me: http://jsfiddle.net/timmywil/EWbmD/2/
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/