Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-79069

The caret is invisible when using the Free Form Editor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 10.3.8, 10.4.0
    • None

      Issue Summary

      The caret is invisible when using the Free Form Editor (from Checklists for Jira).

      Steps to Reproduce

      1. Create a Custom Field of the Checklist type (added by the 3rd-party app Checklists for Jira)
      2. From the Issue View, select the option 'Modify in editor' for the Checklist field to open the Free Form Editor

      Expected Results

      • Caret should be visible

      Actual Results

      • Carret is not visible.

      Workaround

      Adding the following CSS code in the announcement banner makes the caret be displayed.

      <style>
      textarea {
      caret-color: black;
      }
      
      html[data-color-mode="dark"] textarea {
      caret-color: white;
      }
      </style>
      

        1. edit.png
          109 kB
          Diogo Wunsch
        2. notvisible.png
          18 kB
          Diogo Wunsch
        3. visible.png
          20 kB
          Diogo Wunsch

              Unassigned Unassigned
              031bbe223ed3 Diogo Wunsch
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: