RESOLVED FIXED 9695
REGRESSION: NativeTextArea: Text areas do not respond to arrow key combinations
https://bugs.webkit.org/show_bug.cgi?id=9695
Summary REGRESSION: NativeTextArea: Text areas do not respond to arrow key combinations
Geoffrey Garen
Reported 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
Attachments
Patch (9.05 KB, patch)
2006-07-17 11:49 PDT, Anders Carlsson
darin: review+
Alice Liu
Comment 1 2006-07-05 13:49:04 PDT
Geoffrey Garen
Comment 2 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.
Anders Carlsson
Comment 3 2006-07-17 11:49:35 PDT
Created attachment 9528 [details] Patch I managed to trace this to the commit in r14172.
Darin Adler
Comment 4 2006-07-17 12:04:24 PDT
Comment on attachment 9528 [details] Patch r=me
Anders Carlsson
Comment 5 2006-07-18 02:18:57 PDT
Committed revision 15499.
Note You need to log in before you can comment on or make changes to this bug.