-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Press Esc Key on modal generate a jquery UI error #14593
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
Comments
Hi @apomili thank you for your report.
|
Done |
reproduced on Magento 2.2.4 Preconditions: Magento version 2.2.4 with luma theme Step to reproduce:
Expected Result
Actual result
|
Proposal fix always: function (e) {
if (e && typeof e.stopImmediatePropagation === 'function') {
e.stopImmediatePropagation();
}
} |
Hi @apomili. Thank you for your report.
The fix will be available with the upcoming 2.2.6 release. |
Hi @apomili. Thank you for your report.
The fix will be available with the upcoming 2.3.0 release. |
Hi @apomili. Thank you for your report.
The fix will be available with the upcoming 2.1.15 release. |
Uh oh!
There was an error while loading. Please reload this page.
If you add a product in the cart, then you press the trash icon to delete it a modal window will appear.
If you press the "Esc" key, this js error is raised
Precondition: I suppose every version of Magento with Luma Theme,
like this demo http://demo-acm2.bird.eu (ver 2.2.3)
Step to reproduce: Add a product in the cart. From the mini cart in the upper right click the trash icon. A confirmation modal will open. Press Esc button
Expected result: Modal close
Actual result: Uncaught TypeError: Cannot read property 'stopImmediatePropagation' of undefined
at Object.always (sidebar.js:81)
The text was updated successfully, but these errors were encountered: