Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-72100

QTextEdit stylesheet on focus does not work for 'color' property

XMLWordPrintable

    • Windows
    • 90c683e41cd978b55de57cb424a986db3b637fcc (qt/qtbase/5.12)

      Setting color of text on focus of QTextEdit is not working when set by style sheet.

      QTextEdit:focus { color: red; }  // This doesn't work
      QTextEdit  { color: red; }          // works
      QTextEdit:focus{ background-color: red; } //works
      

      Sample code attached.

        1. qtbug72100_diag.diff
          12 kB
          Friedemann Kleint
        2. qtbug72100.zip
          1 kB
          Friedemann Kleint
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            shmittal Shveta Mittal
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes