-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQuery 4.0.0 compatibility tracking #1896
Comments
Thanks @petecooper. It looks like we are hold by jQuery file uploader that uses few removed methods. |
My local txp runs jQuery 4 beta, so far so good. Should we try using it in dev, to enlarge the testers pool? We'd switch back to jQuery 3 of course if txp 4.9 is released before jQuery 4. |
Demo server is blocking something, not sure what. |
I can have a look - what can you see? |
Not able to save an article, for example. This shouldn't be directly related to jQuery 4 since it works on my localhost. |
Might that be it? Edit: console output when saving a (new) article. |
Yep, it looks like a csp conflict. Ironically, jQuery 4 intends to solve them. |
I'll see how I can workaround it in the meantime, leave it with me for now. |
I'm a little perplexed - this appears to be solved, yet I haven't changed anything. Are you able to reproduce, @bloatware? |
@petecooper oops, sorry, I thought you have seen. We'd rather do some tests locally before pushing it online. |
Now seen 👍 |
I can of course reproduce the issue when the The Firefox console reports: As a warning As an error: I suspect there is some attempt at setting a response header that fails –^– All other panels behave correctly as far as I can see, images/files are uploaded or replaced, categories created, preferences saved. The few admin-side plugins active do what they are supposed to… etc. This testing with a fairly strict set of CSP directives (in config.php) |
jQuery 4.0.0 beta 2 landed: https://blog.jquery.com/2024/07/17/second-beta-of-jquery-4-0-0/ |
jquery/jquery#5365 (comment)
Placeholder issue for jQuery 4.0.0 compatibility / issues.
The text was updated successfully, but these errors were encountered: