Side navigation
#12986 closed bug (cantfix)
Opened November 30, 2012 01:01PM UTC
Closed November 30, 2012 02:19PM UTC
Blur event is triggered on element remove in Chrome
Reported by: | atleticn@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Blur event is triggered multiple times when the element is removed from the DOM.
Sample to reproduce: http://jsbin.com/irusoy/1
Steps to reproduce:
- click inside the input
- click inside the browser address bar or in the browser console. Notice that clicking somewhere inside the document will not replicate the behavior.
This can be replicated only in Google Chrome browser/''Version 23.0.1271.95 m''/
Attachments (0)
Change History (1)
Changed November 30, 2012 02:19PM UTC by comment:1
resolution: | → cantfix |
---|---|
status: | new → closed |
Please, if it's a browser-specific bug don't start by asking us to fix it--especially one this rare. They have a bug tracker, and a quick search shows this is a known bug. http://code.google.com/p/chromium/issues/detail?id=117307
jQuery can't know which focus events are real and which are illusory so I'll close this cantfix.
In my Chrome 23.0.1271.91 m your test case also fires an
Uncaught Error: NOT_FOUND_ERR: DOM Exception 8
which is probably an example of #11663; that ticket has an open Chrome ticket as well.