-
Bug
-
Resolution: Obsolete
-
Highest
-
3.4, 3.5
-
None
Currently when one enters a curly brace in Confluence Rich Text Editor, the character will be treated as a special character for macro opening. This breaks when one uses it in a table like so:
|| Left || Right || | { | } |
Produces the following output:
Left | Right |
---|---|
{ | } |
A customer pointed out that when creating a table in RTE, the behaviour should not be this way:
As a user point of view, "Rich Text" is a more UI based editor for user to enter whatever characters including special characters. User would expect to see what they have input without extra formatting or code needed.
It is different from "Wiki Markup" that offers code based editor allowing user to have more control on the formatting.
The work around is to escape the curly braces with an escape character.
|| Left || Right || | \{ | \} |
- is related to
-
CONFSERVER-22304 Inserting macros in an empty table with rict text editor will break the table
-
- Closed
-