-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Magento 2.3 - Issue to override price-box.js using mixin(In Firefox 66.0.2 version) #22338
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 @miteshdhaduk. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @miteshdhaduk do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
We are making a mix of priceBox and exactly the same thing happens to us. In Chrome it works but in Firefox it does not. |
@raumatbel Have you fix it or not? |
Hello, I have had the same problem in Magento 2.2.6 |
Have you fix it or not? |
At this time, the problem is not fixed @miteshdhaduk |
Hi @niravkrish. Thank you for working on this issue.
|
@lionelalvarez @miteshdhaduk
|
@mageprashant Yes, you are right. But this is not working in Magento 2.2.8 and Magento 2.3.*(Not working in Firefox). |
Code Is working Fine with Magento 2.3. |
@mageprashant @niravkrish Yes you are right. But this is not work in Firefox 66.0.2 (64-bit) version. |
@ajijshekh123 Why you closed it? |
Sorry, @miteshdhaduk It was by mistake close the issue. |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @miteshdhaduk thank you for you report, iєm not able to reproduce followings steps you described on clean magento 2.3-develop and Firefox 66.0.2 (64-bit) version. please refer to -> Community Forums or the Magento Stack Exchange |
@engcom-backlog-nazar I used php7.2.17. And currently I also checked and it is not working. I override updatePrice function using mixin. File execute but the function is not called. |
Hi @DeepPopat so please provide exact steps to reproduce not a gif. |
Hi all - Firefox engineer here. In 66 we added support for We also don't dispatch keypress for non-printable keys: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Compatibility_notes So if you had Firefox-specific keypress handling, you should be able to just use whatever you were sending to Chrome for 66+. For older versions, you can use the absence of window.event as a signal it will need the legacy behavior. I'm not familiar with magento code, or if this component uses keypress... but I'm happy to help if someone who is more familiar with magento can help me. :) |
Hi, @miteshdhaduk. We are closing this issue due to inactivity. |
@AlexWorking It's really annoying when you encounter a real problem, to see that it's as nobody cares about community... edit: and hooray, a guy found a "fix" |
@miteshdhaduk... is this issue fixed? This should fix the filtering issue
See /app/code/Magento/Swatches/view/frontend/templates/product/listing/renderer.phtml and #12929 |
Hi @miteshdhaduk. Thank you for your report.
The fix will be available with the upcoming 2.3.4 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: