Bug 9695 - REGRESSION: NativeTextArea: Text areas do not respond to arrow key combinations
Summary: REGRESSION: NativeTextArea: Text areas do not respond to arrow key combinations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Anders Carlsson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2006-07-02 08:33 PDT by Geoffrey Garen
Modified: 2006-07-18 02:18 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.05 KB, patch)
2006-07-17 11:49 PDT, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2006-07-02 08:33:39 PDT
1. Type a few lines into a text area.
2. Hit Cmd-UpArrow. (The cursor should move to the top of the text area.)
---> Notice that you have scrolled the page instead of moving the cursor
Same thing for Cmd-DownArrow
Comment 1 Alice Liu 2006-07-05 13:49:04 PDT
<rdar://problem/4614085>
Comment 2 Geoffrey Garen 2006-07-05 13:49:49 PDT
Same goes for home and end, and Ctrl-LeftArrow/RightArrow and Option-LeftArrow/RightArrow, which correspond to move by word and move by word ignoring capitals, respectively.
Comment 3 Anders Carlsson 2006-07-17 11:49:35 PDT
Created attachment 9528 [details]
Patch

I managed to trace this to the commit in r14172.
Comment 4 Darin Adler 2006-07-17 12:04:24 PDT
Comment on attachment 9528 [details]
Patch

r=me
Comment 5 Anders Carlsson 2006-07-18 02:18:57 PDT
Committed revision 15499.