Bug 501202 - CodeEdit: Forward word (ctrl+right arrow) should stop at start of line
Summary: CodeEdit: Forward word (ctrl+right arrow) should stop at start of line
Status: CLOSED WONTFIX
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Editor (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: libing wang CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2016-09-11 23:03 EDT by Carolyn MacLeod CLA
Modified: 2018-04-09 09:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2016-09-11 23:03:35 EDT
Go to the CodeEdit demo page: http://libingw.github.io/OrionCodeEdit/
Put the caret at the end of line 1 (either type End key, or click after the ; )
Now type ctrl+right arrow
The cursor "jumps" to the end of the word var.
Instead, it should just go to the beginning of line 2, before the word var.

This is a problem for accessibility because the first word ("var" in this case) is skipped entirely when reading by word.

Test this in Eclipse to see the difference. Moving forward by words in Eclipse always stops at the start of the line.
Comment 1 Michael Rennie CLA 2018-04-09 09:37:14 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. 

For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg04114.html