Side navigation
#10327 closed bug (worksforme)
Opened September 21, 2011 04:11PM UTC
Closed September 21, 2011 04:34PM UTC
Last modified September 21, 2011 04:47PM UTC
Blur() causes multiple events to fire in Internet Explorer
Reported by: | nathan@manifestwebdesign.com | 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.
Attachments (0)
Change History (4)
Changed September 21, 2011 04:16PM UTC by comment:1
Changed September 21, 2011 04:21PM UTC by comment:2
Also, it fires multiple times in Firefox 7 (latest beta).
Changed September 21, 2011 04:34PM UTC by comment:3
component: | unfiled → event |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
Works for me: http://jsfiddle.net/timmywil/EWbmD/2/
Changed September 21, 2011 04:47PM UTC by comment:4
Confirmed fixed in edge.
The bug is present in 1.6.4.
Sorry, the fiddle had a problem. The box must have focus first.
Here's an updated version: http://jsfiddle.net/EWbmD/1/