Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
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.
@XhmikosR could you check whether https://releases.jquery.com/git/jquery-3.x-git.js works for you? This should be more or less what we'll release as jQuery 3.7.0.
I understand, but my hope was to check before we release. 😉 Our release process is quite complex, so we don’t do a lot of pre-releases for minor updates. FWIW,...
Yes, that’s what I did. It looks like we’re good then!
@XhmikosR jQuery 3.7.0 has been released, you should be able to update it in Bootstrap v4 now. https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/
This has been done in #5197. Please report issues if the [Git version](https://releases.jquery.com/jquery/) (or the upcoming 4.0.0 beta) still have issues handling binary data.
Interesting; it looks like my PR #5223 fixes both test cases shared in this issue. Perhaps some edge cases were hitting the code path intended mostly for IE?
Fixed on `main` (future `4.x`) via #5223 and on `3.x-stable` via #5224.