OSDN Git Service

Ensure we dismiss the <select> option dialog.
authorBen Murdoch <benm@google.com>
Mon, 28 Nov 2011 15:41:31 +0000 (15:41 +0000)
committerBen Murdoch <benm@google.com>
Mon, 28 Nov 2011 16:47:55 +0000 (16:47 +0000)
commit2ffc9ec3d69d8ee95bce1ccf17163a70b0bd9003
treea6b5758b4f9fc2a9cd3422176eb850b7dc1dfc77
parente35581ad5ad635f9dcfe4ab6a432c48b46b782cd
Ensure we dismiss the <select> option dialog.

When the WebView is paused, or another action (such as navigating to
a new URL) occurs, cancel any ongoing <select> tag dialog that is open.

Bug: 5666545
Change-Id: Ifc35a239b729ed93cbf82b2096334f7d63f8993d
core/java/android/webkit/WebView.java