Title: [168064] branches/safari-537.76-branch/Source/WebCore/html/HTMLSelectElement.cpp
Revision
168064
Author
lforsch...@apple.com
Date
2014-04-30 16:48:03 -0700 (Wed, 30 Apr 2014)

Log Message

Merge 2nd have of <rdar://problem/16701836>.

Modified Paths


Diff

Modified: branches/safari-537.76-branch/Source/WebCore/html/HTMLSelectElement.cpp (168063 => 168064)


--- branches/safari-537.76-branch/Source/WebCore/html/HTMLSelectElement.cpp	2014-04-30 23:45:27 UTC (rev 168063)
+++ branches/safari-537.76-branch/Source/WebCore/html/HTMLSelectElement.cpp	2014-04-30 23:48:03 UTC (rev 168064)
@@ -1081,7 +1081,7 @@
             // Calling focus() may cause us to lose our renderer. Return true so
             // that our caller doesn't process the event further, but don't set
             // the event as handled.
-            if (!renderer())
+            if (!renderer() || !renderer()->isMenuList())
                 return true;
 
             // Save the selection so it can be compared to the new selection
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to