Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: Source/WebCore/html/HTMLSelectElement.cpp

Issue 13888009: Mouse press should focus on any types of form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/html/HTMLSelectElement.h ('k') | Source/WebCore/html/HTMLTextAreaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLSelectElement.cpp
diff --git a/Source/WebCore/html/HTMLSelectElement.cpp b/Source/WebCore/html/HTMLSelectElement.cpp
index e51408a387b6da97b5073a57cd3d6d61c4df28f7..376205177fb637c985b2c8706fdb27033d71b4c5 100644
--- a/Source/WebCore/html/HTMLSelectElement.cpp
+++ b/Source/WebCore/html/HTMLSelectElement.cpp
@@ -323,13 +323,6 @@ bool HTMLSelectElement::isKeyboardFocusable(KeyboardEvent* event) const
return HTMLFormControlElementWithState::isKeyboardFocusable(event);
}
-bool HTMLSelectElement::isMouseFocusable() const
-{
- if (renderer())
- return isFocusable();
- return HTMLFormControlElementWithState::isMouseFocusable();
-}
-
bool HTMLSelectElement::canSelectAll() const
{
return !usesMenuList();
« no previous file with comments | « Source/WebCore/html/HTMLSelectElement.h ('k') | Source/WebCore/html/HTMLTextAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698