Unable to open combo menu by tapping Enter button from host keyboard
authorRyuan Choi <ryuan.choi@samsung.com>
Fri, 27 Sep 2013 01:50:19 +0000 (10:50 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Fri, 27 Sep 2013 01:54:12 +0000 (10:54 +0900)
[Title] Unable to open combo menu by tapping Enter button from host keyboard
[Issue#] N_SE-53091
[Problem] Unable to open combo menu by tapping Enter button from host keyboard
[Cause] missing behavior.
[Solution] added.

Change-Id: Ie423cb5e2aa280a4e85f7b9593b09f74a7b49e5c

Source/WebCore/platform/efl/RenderThemeEfl.h

index a51aff9..bcf4a62 100644 (file)
@@ -92,6 +92,8 @@ public:
     // A general method asking if any control tinting is supported at all.
     virtual bool supportsControlTints() const { return true; }
 
+    virtual bool popsMenuBySpaceOrReturn() const { return true; }
+
     // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline
     // position cannot be determined by examining child content. Checkboxes and radio buttons are examples of
     // controls that need to do this.