- Notifications
You must be signed in to change notification settings - Fork20.6k
Closed
Description
Description
Invoking:
$(inputNode).trigger("focus").trigger("blur").trigger("focus");
leaves input focused in all browsers except IE.
I discovered it while working to fix the remaining jQuery UI issues when tested against Core 3.6.0+. Interestingly, the relevant UI issue doesn't manifest itself in 3.4 & 3.5, I'm not sure why.
A relevant UI test run:http://swarm.jquery.org/result/3963629. That's the "dialog: core: focus tabbable" test.
Link to test case
https://jsbin.com/zoyowez/1/edit?html,js,output
Changing the jQuery version to 3.3.1 makes it work again.