Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-99344

Styled white text changes automatically to orange on page edit

XMLWordPrintable

      Note

      This issue is not a bug. Please see this comment for more details.

      Issue Summary

      When inserting a white text with Color style using Source editor, the text appears in white on page publish. However, when the page is edited, the color of the white text turns into orange automatically. See screen recording color_change_on_page_edit.mov

      Steps to Reproduce

      1. Open Confluence 9.2.x or 9.3.x
      2. Install Source editor from Find New Apps menu in administration
      3. Create a new page and publish it
      4. Edit the page, then click on <> to edit the source using Source Editor
      5. Insert the following code, click on Apply then Update
        <span style="color: rgb(255,255,255);">Test Text</span> 
      6. Notice the color of the text is white as expected
      7. Now edit the page again, notice that the color of the text turns orange
      8. Click on <> to edit the source, the following code appears:
        <span style="color:var(--ds-background-accent-orange-subtler-pressed,#fea362);">Test Text</span> 

      Expected Results

      The editor shouldn't modify the colour of the text on edit and it should remain the same 

      Actual Results

      The page editor modifies the colour of the white text to orange on page edit

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

              Unassigned Unassigned
              mkurdi@atlassian.com Mohamed K (Inactive)
              Votes:
              19 Vote for this issue
              Watchers:
              25 Start watching this issue

                Created:
                Updated:
                Resolved: