-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.3.4, 7.5.0, 7.6.6, 7.13.3, 8.2.1, 8.4.1, 8.13.13, 8.20.1, 9.4.2, 9.12.22, 10.6.1
-
None
-
7.03
-
13
-
Severity 3 - Minor
-
0
-
Summary
When editing the text color by using the Editor panel for existing colored text in Visual mode, the color does not change as expected.
Steps to Reproduce
- Put some text in the comment box in Visual mode
- Highlight the text and edit the color by using the "Text Color" on Editor panel
- Save the comment
- Edit the comment and try changing the text color in the same way
Expected Result
The text should change to the latest chosen color.
Actual Result
The text color remains unchanged in the comment box, however it's changed properly upon saving the comment.
Notes
This is because a new color tag is added outside the existing color tag (which can be seen in Text mode). Example:
- At step 2:
{color:#de350b}colored text{color}
- At step 4:
{color:#4c9aff}{color:#de350b}colored text{color}{color}
So, the color of the text remain unchanged in the comment box, but changed once the comment is saved.
Workaround
When editing the text color and noticing the above behavior, switching to Text mode then switching back to Visual mode will allow the new color to be reflected properly in the comment box.
- is cloned from
-
JRACLOUD-65588 Edit Text Color Not Working as Expected
-
- Closed
-
- is duplicated by
-
JRASERVER-65286 Rich Text Editor fails to show/change color on second edit
-
- Closed
-