View Issue Details

IDProjectCategoryView StatusLast Update
0007048module Visual CMSmodule Visual CMS - subpublic2023-01-19 12:51
Reporter[email protected] Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.3.2 
Fixed in Version3.5.0 
Summary0007048: Single Quotes in title-field are converted to "'" after saving
DescriptionWhen using single quotes in the title field of a Visual CMS content they will be converted to ' after saving. Maybe other characters are affected too, but none that I could reproduce.
Steps To Reproduce* Set the title of a Visual CMS content to "Süßes, sonst gibt's Saures" (or anything else wit a single quote)
* Save - The single quote is correctly saved to the database
* After saving the field values are reloaded automatically. Now "Süßes, sonst gibt's Saures" is visible in the title field
* Saving again causes the the ' to be saved to the database, instead of the original single quote
TagsNo tags attached.
Attached Files

Activities

[email protected]

2019-11-06 14:54

reporter   ~0013040

Last edited: 2019-11-06 15:00

Sorry, this bug reporting tool seems to interpret HTML entities directly - I actually used the HTML entity notation in the title and in the example, but now it is displayed as a single quote instead of the HTML entity notation, which of course makes it confusing.

The bug in the OXID module is that single quotes will be converted to their respective HTML entity after saving and that they will be displayed in that escaped format.

simon.runer

2019-12-15 21:24

reporter   ~0013069

really annoying for shops in languages different than DE where single quotes are quite common like in FR and IT and ES. Our workaround is using the backtick `
not nice but the only way getting a correct title in some languages. Or does someone have a better idea?