Closed
Bug 385562
Opened 18 years ago
Closed 17 years ago
Alt+Right moves through blobs of punctuation one character at a time
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: roc)
References
Details
(Keywords: regression, testcase)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a6pre) Gecko/20070622 Minefield/3.0a6pre
Steps to reproduce:
1. Type "###!!! ASSERTION: foo" into a textbox.
2. Place the cursor at the beginning of a line.
3. Press Alt+Right a few times.
Result: It only moves forward one character while it's in the punctuation.
Expected: The punctuation should be treated as a group, at least. (Preferably, do what older versions of Firefox did: consider punctuation to be "part of" the word before it for the purpose of Alt+Right, so pressing Alt+Right twice would put the caret just before "foo".)
Flags: blocking1.9?
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → roc
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 1•17 years ago
|
||
The patch in bug 389421 should fix this.
Reporter | ||
Comment 2•17 years ago
|
||
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007090104 Minefield/3.0a8pre
Works great now :)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•