Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12986 closed bug (cantfix)

Blur event is triggered on element remove in Chrome

Reported by: atleticn@… 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/

Change History (1)

comment:1 Changed 11 years ago by dmethvin

Resolution: cantfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.