-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Upgrade to jQuery 3.4.0 causing "saved.shift is not a function" error #35419
Comments
Pinging @elastic/kibana-operations |
Looks like the issue is in jQuery: jquery/jquery#4350. They plan on shipping a fix in 3.4.1 in the next couple weeks. When they do, we'll upgrade and ensure it fixes the reported bugs. |
In the meantime, do you think we should revert the upgrade? @kobelb? |
@tylersmalley I think that'd probably be best, if that doesn't create problems. |
We can, if it's causing problems for people. My original reasoning for keeping it at 3.4.0 was it gave us more time to determine if there are any other issues with the upgrade that we weren't aware of, but if it's hurting people's worflows, we can downgrade. |
This issue should be resolved in jQuery 3.4.1 |
Fixes elastic#35419 Signed-off-by: Tyler Smalley <[email protected]>
3.4.1 has been released and I have opened up a PR here: #35908 |
Fixes #35419 Fixes #35392 Signed-off-by: Tyler Smalley <[email protected]>
Fixes elastic#35419 Fixes elastic#35392 Signed-off-by: Tyler Smalley <[email protected]>
Fixes #35419 Fixes #35392 Signed-off-by: Tyler Smalley <[email protected]>
This is the same bug as reported by #35392.
In Chrome, on master, you can reproduce this bug by going into Watcher, creating a threshold watch, and trying to edit the expression.
I believe this is due to the upgrade to jQuery 3.4.0 (#35177). Reverting the commit solves the problem (8bd06fc).
CC @kobelb @jbudz
The text was updated successfully, but these errors were encountered: