-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
Qt Creator 17.0.1
-
None
-
-
a81da5b15 (17.0)
Although this bug was marked 'Fixed in 17.0.1', the issue was not fixed and can be reproduced in 17.0.1 by following the steps below (make sure you press Delete as specified and not Backspace).
The issue can be reproduced with the following text:
one two
three four
To reproduce the issue:
- place the caret at the beginning of the word "one"
- press Ctrl+Shift+Right (this selects the word "one" and moves the caret to the right)
- press Delete
- press Down
What currently happens: the caret incorrectly ends up at the end of the word "three"
What should happen: the caret should end up at the beginning of the word "three"