Comment #4 on issue 18844 by [email protected]: Apple (command) key +
down arrow is not working
http://code.google.com/p/chromium/issues/detail?id=18844
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=23285
------------------------------------------------------------------------
r23285 | [email protected] | 2009-08-12 23:03:39 -0700 (Wed, 12 Aug 2009)
| 7 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webview_impl.cc?r1=23285&r2=23284
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webview_impl.h?r1=23285&r2=23284
A quick fix for Issue 18844.
This change checks if the modifier flag is a WebInputEvent::MetaKey flag to
switch the scroll granularity when a user types a up/down key.
Editor::Commands ("MoveToBeginningOfDocument" and "MoveToEndOfDocument")
works only in an editable control, such as <textarea>. On the other hand,
this WebViewImpl::ScrollViewWithKeyboard() is for scrolling a page.
BUG=18844 "Apple (command) key + down arrow is not working"
TEST=Type command+down keys in a web page which contains a scroll bar, and
verify Chrome scrolls the page to its end.
Review URL: http://codereview.chromium.org/164309
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---