Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-17122

Mixed rendering of Text item when text is selected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 4.2.0-beta1
    • Quick Designer
    • None
    • Windows 10 64 bit

      1. Open a simple QML file in Designer:
        import QtQuick 2.3
        import QtQuick.Window 2.2
        
        Window {
            visible: true
            width: 640
            height: 480
        
            Text {
                id: text
                anchors.centerIn: parent
                text: "This Text is long"
            }
        }
        
      2. Double-click the text item.
        The text is being selected and could be changed now.
      3. Move the mouse pointer to the right of the Text item.
        You'll see something like this:

      Designer should only show the selected text until the user finished editing. The it should show the QML rendering again.

        1. text.png
          3 kB
          Robert Löhning
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            thohartm Thomas Hartmann
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes