Description<webview>: Focusing <webview> should propagate to BrowserPlugin.
This patch does two things:
1. It gives <webview> a tabIndex if it doesn't already have one so that it can
participate in tab order and keyboard focus.
2. When <webview> gets keyboard focus then we pass the focus to BrowserPlugin.
When <webview> loses keyboard focus then BrowserPlugin loses focus.
BUG=231633
Test=WebViewTest.Focus
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195294
Patch Set 1 #Patch Set 2 : Removed unnecessary console.log #
Total comments: 4
Patch Set 3 : Added bug + addressed comments #Patch Set 4 : Moved to web_view_interactive_browsertest.cc #
Messages
Total messages: 13 (0 generated)
|