Fix input picker issue
authorSangYong Park <sy302.park@samsung.com>
Tue, 23 Apr 2013 20:56:25 +0000 (05:56 +0900)
committerSangYong Park <sy302.park@samsung.com>
Tue, 23 Apr 2013 21:05:37 +0000 (06:05 +0900)
commit866f15996f0329ce3bc50db4258671a944532548
tree1b1d47736d37d28e174213f7dd5ebb92d9b959f2
parentc98dc7e9dd93787e18d98033569d1066e9d6bb82
Fix input picker issue

[Title] Fix input picker issue
[Issue#] N_SE-35884
[Problem] Do not showing input picker by tap after hiding input picker.
[Cause] showInputPicker() was called before ewk view has focus.
[Solution] call showInputPicker() when ewk view has focus.

Change-Id: I97de35a63f884b55ae02c011f57bba648f049115
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h