Michał Gołębiowski-Owczarek

Results 875 comments of Michał Gołębiowski-Owczarek

@slominskir jQuery UI is in maintenance mode (see the project status at https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/) so the activity is limited. You can help getting the release out the door quicker by submitting...

It's not just a single IE issue; there are some test failures with some browser/jQuery combinations that you can see at https://swarm.jquery.org/job/14283; this is the bigger issue that I think...

> Presumably a pull request is not merged unless it passes the tests We are not running all tests with all supported jQuery versions against all supported browsers in the...

It looks like we can fix this via simulating the async `focus` & `blur` in IE via their bubbling but also synchronous equivalents: `focusin` & `focusout`. In other browsers, all...

Fixed on `main` (future `4.x`) via #5223 and on `3.x-stable` via #5224.

PR adding support (we still need to discuss it, no decision made yet): #5197. Input on that appreciated.

#5197 should be fixing it for 4.0; I should have marked it as `Fixes`, not `Ref`. Closing as done.

We are currently targeting an event module rewrite that may allow the capture mode among other things for `5.0.0`. We originally planned this for `4.0.0` but it didn't make the...

It looks like I messed the 1.12.1 version of the test case above. So, let me share new ones with the latest version of jQuery jQuery UI for each line:...

The first bad commit is a2b25ef6caae3e1a272214839b815a6387618124. There's even a comment from 4 years ago suggesting a similar issue: https://github.com/jquery/jquery-ui/commit/a2b25ef6caae3e1a272214839b815a6387618124#commitcomment-26579991