-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Resolved special character issue for sidebar #17070
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
Resolved special character issue for sidebar #17070
Conversation
Deep A. Joshi seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
Hi @deepjoshi94. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @deepjoshi94. Thank you for your request. I'm working on Magento instance for you |
Hi @deepjoshi94, here is your new Magento instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if product name contains <
, >
or &
? What is current behavior and what will be the changed one?
@orlangur If product name contains <, > or & it will display as it is in product name, for reference you can see Product 1 in after-fix image. You can check image before-fix here it displays ASCII code instead of converting it into HTML element. |
@deepjoshi94 after the fix if we use |
@orlangur No we won't see any alert, I have created a product with the given name in instance provided. Please find the link below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VladimirZaets would be really nice if you take a quick look into this.
Hi @orlangur, thank you for the review. |
@deepjoshi94 thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Hi @deepjoshi94. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description
Side bar for wishlist on catalog page or my account page, if product name contains special character like TM it will display
™
instead of special character.Also resolved same issue for order summary on checkout page.
Manual testing scenarios
Contribution checklist