-
Bug
-
Resolution: Fixed
-
Low
-
2.0.3
-
None
The following markup is not converted correctly between markup and XHTML (and back again):
{color:red}[Some link]{color}
The XHTML generated by the renderer places font tags around the "a" (link) tags, but JTidy moves the font tags inside of the "a" tags when the XHTML is passed through it. This needs to be fixed somehow... However, it may cause problems with CONF-4919, where the renderer would expect the font tags to be inside the "a" tags as well.
Below is the output of the test case (currently commented out in TestSimpleMarkup):
Expected:{color:red}[Some link]{color}
Actual :[Some link]
- causes
-
CONFSERVER-7223 Color macro unstable near links in rich text editor
- Closed
- is incorporated by
-
CONFSERVER-6992 Markup umbrella issue - errors switching between modes or rendering escaped content
- Closed
- is related to
-
CONFSERVER-4919 Color tags inside a link are not rendered correctly in the Rich Text Editor
- Closed