-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Incoming Email - Mail Handlers
-
None
-
1
-
Severity 3 - Minor
Issue Summary
If you set ADF to use text color of white (#FFFFFF), the color is not rendered properly within the Jira work item view. The text will be rendered white on the light theme and dark on the dark them.
Steps to Reproduce
- Create a Jira Work Item using the REST API. When the description set the text color to be "#FFFFFF".
- Load the newly created item within Jira.
You can also reproduce this using the JSM Email Handler and the Enabled HTML Parsing option enabled. In that case you just need to have some HTML that uses text colored either "white" or "#FFFFFF".
Expected Results
The them should render the text in the proper coloring for the theme (so light on a dark them and dark on a light theme) or it should respect the color regardless of theme. The latter is likely more connected to the way that other colors are rendered, but since the color white is a bit unique not sure if it should be converted based on the theme or not.
Actual Results
The color is flipped. So if you have something that is white colored text, it will be white in the light them and black and the dark theme.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available