Closed
Description
This is still the case: http://stackoverflow.com/questions/23925826/magento-widgets-truncate-fields-containing-quotes
I can imagine why this is happening.
The fix is up to you. There are several ways to tackle this.
Steps to reproduce
- Search for or create a widget which has a text config/parameter.
- Insert that widget into a CMS page/block using the editor, setting the value to
There is no "escape"!
Expected result
- A directive inserted as
{{... my_text_value="There is no "escape"!"}}
<-- this looks wrong, ofc, but it's just to show you what I mean.
Actual result
- The directive is inserted as
{{... my_text_value="There is no "}}
- Sigh.