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

Cursor jumps away while typing

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes