View Issue Details

IDProjectCategoryView StatusLast Update
0006115OXID eShop (all versions)2.7. Customer infopublic2024-01-24 15:09
Reporterhenrik.steffen Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.9.3 / 5.2.3 
Summary0006115: WYSIWYG Editor "insert link" feature can't handle smarty tags in Firefox, MSIE, etc.
DescriptionWhen inserting a link using the "insert link" feature of the WYSIWYG Editor in CMS / Customer Info like this:

[{oxifcontent ident="tc_example_page" object="oCont"}][{$oCont->getLink()}][{/oxifcontent}]

the link will be switched to this, when saving or changing to source code mode:

<a href=""[{oxifcontent" ident=""tc_example_page"" object=""oCont"}][{$oCont-">getLink()}][{/oxifcontent}]" title="" href="[{oxifcontent ident="tc_example_page" object="oCont"}][{$oCont->getLink()}][{/oxifcontent}]">Linktext</a>

This link doesn't work, of course.

Tested in latest Firefox 37.0.1 on mac. In MSIE it's even worse.

Just in Safari on Mac it seems to work well.


TagsSmarty, WYSIWYG
ThemeAll
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

Sven Brunk

2024-01-24 15:09

administrator   ~0016186

This works as intended. The editor can not and may not execute the code to be able to interpret it as URL