[2.2.x] Regression with focusin handling on Firefox #3111
|
The test case using the dev version of jQuery 2.x: http://codepen.io/mgol/pen/JXzjJV?editors=0010 |
|
jQuery 1.12.x is fine: http://codepen.io/mgol/pen/ONqPyO?editors=0010 Perhaps we need to backport the workaround from 37c3d08? We should test that as well. |
|
(by |
|
Currently, this fix landed only in master branch i.e. 3.x, not sure if this constitutes new 1.x/2.x release. Marking it for 3.0 only for now |
|
While this should also be landed in master, this fix is mainly for the 2.x branch, since it was a regression. |
|
It's just to denote that it does not apply to 1.x. Maybe there's a better name for that, but soon we won't need the label at all. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
* Description*
The cursor is missing or misplaced in an input box with an focusin handler attached when returning
falsefrom the handler.Affected is Firefox (I'm using 46.1).
See emberjs/ember.js#13112
** Link to test case **
Courtesy of @Serabe (emberjs/ember.js#13112 (comment)):
http://codepen.io/Serabe/pen/PNVXdd?editors=0010
This codepen uses jQuery 2.2.2 but it also breaks with 2.2.3. It works alright with jQuery 2.1.4