Bug #9225
EDITOR: incorrect cursor position after Ctrl-Right key press
Status:
WIP
Priority:
Normal
Assignee:
Vladimir Tsichevski
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Vladimir Tsichevski almost 2 years ago
- Create and run an
EDITORwidget. - Type in one word, do not add spaces at the end
- Press
Enterto insert a EOL character. - Put the cursor inside the word, but not at the end of the word.
- Press
Ctrl-Right.
In OE the cursor is positioned at the end of the word.
In FWD the cursor is positioned in the beginning of the next line.
#2 Updated by Vladimir Tsichevski almost 2 years ago
- Priority changed from Low to Normal
- Assignee set to Vladimir Tsichevski
- Status changed from New to WIP
Another issue found for wrapped lines: in FWD then Ctrl-Right is pressed in the last visible word in a wrapped line, the cursor stops at the end of visible line.
In OE the cursor goes to the beginning of the next word.
#3 Updated by Vladimir Tsichevski over 1 year ago
ISSUE 2
The same operation Ctrl-Right.
If there is more than one space between two words, the caret is set right from the first space instead of being set left from the second word. Only the first space character between the words is skipped instead of all spaces.