Descriptiontouch: Fix switching focus among fields in webpages.
If Tab is pressed, then the RootView needs to process it first,
because the focus-manager will move the focus to the next focusable
view, without letting the currently focused view process it (which
means, for example, tab-ing to move focus between fields/links in a
RenderWidgetHostViewViews won't work). For all other keys, let the
focus manager process it first so that the keyboard accelerators can
be triggered.
BUG=pressing tab in a textfield in a touch-build doesn't move focus out of it.
TEST=see bug
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69846
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|