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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes