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

Cursor jumps away while typing

XMLWordPrintable

      1. Open the attached file:
        import QtQuick 2.3
        
        Rectangle {
            Timer {
                onTriggered:
            }
        
            MouseArea {
            }
        }
        
      2. Place the cursor behind "onTriggered:".
      3. Type a "c".
        The cursor will jump to the beginning of the line.

      The cursor should not jump to a different location while I'm typing. If you remove the MouseArea item, this does not happen anymore.

      Found while testing for QTCREATORBUG-15020.

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

            tjenssen Tim Jenssen
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes