OSDN Git Service

Do not hide the cursor ring when clicking on a <select> element.
authorLeon Scroggins <scroggo@google.com>
Tue, 27 Apr 2010 15:47:28 +0000 (16:47 +0100)
committerLeon Scroggins <scroggo@google.com>
Tue, 27 Apr 2010 15:47:28 +0000 (16:47 +0100)
commitdaef1e675c1c6ebcf304236d68375b611c3871e7
treee59d65e01591b78bd020a9f60c3165a310ee990e
parent377929b9f78a89a370a95834beb8f32b2ed494b4
Do not hide the cursor ring when clicking on a <select> element.

Add a CachedNodeType for <select> elements.  If the cursor node is
a <select> element, do not call setFollowedLink, which would hide
the cursor ring.

Bug 1694023

Change-Id: I2df2e70391b5f5969683b71b1e69bc24cba8946f
WebKit/android/nav/CacheBuilder.cpp
WebKit/android/nav/CachedNode.h
WebKit/android/nav/CachedNodeType.h
WebKit/android/nav/WebView.cpp