Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.6.1
-
None
-
Ubuntu 14.04 LTS
Description
- Open the attached file:
import QtQuick 2.3 Rectangle { Timer { onTriggered: } MouseArea { } }
- Place the cursor behind "onTriggered:".
- 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
- is duplicated by
-
QTCREATORBUG-17315 Auto jump to first letter
- Closed
- is required for
-
QTCREATORBUG-15020 Crash when typing valid QML
- Closed