-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Product AdditionalOptions "Read more" dots being escaped on invoice/shipment overview pages #25050
Comments
Hi @itwebdev2. 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. @itwebdev2 do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @ajijshekh123. Thank you for working on this issue.
|
Give me @magento give me 2.3-develop instance |
Hi @ajijshekh123. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @ajijshekh123, here is your Magento instance. |
I have not reproduced this issue.
Actual result: Text is displayed properly See attached screenshot: @itwebdev2 - Give me proper details and screenshot if you have found this issue again. Which version you have used please update me. |
You've made the title really long but the actual content is only "test1". Could you please do another test but make the actual content of the additionalOption longer than 55 characters? |
@ajijshekh123 could you please review my comment above? |
@itwebdev2 - Sorry for the late response. Today I will review this issue again update it. |
Give me @magento give me 2.3-develop instance |
Hi @ajijshekh123. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @ajijshekh123, here is your Magento instance. |
@ajijshekh123 Thank you for verifying the issue. Unfortunately, not enough information was provided to acknowledge ticket. Please consider adding the following:
Once all required information is added, please add label |
✅ Confirmed by @ajijshekh123 Issue Available: @ajijshekh123, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @torhoehn. Thank you for working on this issue.
|
Hi @itwebdev2. Thank you for your report.
The fix will be available with the upcoming 2.3.5 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
It's caused by the following commit: f15f42d#diff-fac9e3967557f4a64daadb9e587360d1
Line: escapeHtml($_formatedOptionValue['value']) ?>
I appreciate it's a security fix, but the core code shouldn't be adding HTML in the ItemRenderer then escaping it in a template file.
The text was updated successfully, but these errors were encountered: