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

TextArea background invisible in Fusion style

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.9.3, 6.11.0 FF
    • 6.9.2, 6.10.0 Beta3
    • Quick: Controls 2
    • None
    • Linux/Wayland
    • 006c4eedd (dev), 4bfe26268 (6.10), 18f942b22 (6.9)

      The background of TextArea is not rendered in Fusion style. See the following code and attached screenshot. Without the placeholder text, it wouldn't even be possible to see that there exists a text area. Also, there is no indication whether the text area has the focus. I tested this on Debian and Ubuntu.

       

      import QtQuick
      import QtQuick.Controls
      
      ApplicationWindow {
          width: 200
          height: 200
          visible: true
      
          Column {
              spacing: 20
      
              TextArea {
                  placeholderText: "TextArea"
              }
              TextField {
                  placeholderText: "TextField"
              }
          }
      }
      

        1. screenshot-2.png
          9 kB
          Mitch Curtis
        2. textarea-bug.png
          6 kB
          Markus Enzenberger
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mitch_curtis Mitch Curtis
            enz Markus Enzenberger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes