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

Mixed rendering of Text item when text is selected

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes