Fix D-pad navigation between URI bar and Webview. 78/50278/4
authorDariusz Frankiewicz <d.frankiewic@samsung.com>
Wed, 21 Oct 2015 08:15:59 +0000 (10:15 +0200)
committerDariusz Frankiewicz <d.frankiewic@samsung.com>
Tue, 27 Oct 2015 13:57:49 +0000 (06:57 -0700)
commit31f38a6786ee16e490b76e5e983f9f5f32d5814f
treef19d7effdb71c1c1f167595258533ddc7776c508
parent1145dc8f4066ba18e2f4e32f579b40ee80471545
Fix D-pad navigation between URI bar and Webview.

[Issue]    https://bugs.tizen.org/jira/browse/TT-211
[Problem]  Navigation on webview elements is not possible because
           focus go to URI bar when UP is pressed.
[Cause]    No webview focus lock implemented.
[Solution] Implement focus auto lock on webview.
[Verify]   Load sample page, go by D-pad to webview, navigate on webview
           elements, to back to URI bar press RED button [F4 on keyboard].

Change-Id: Ia24378ac090364e43b85fba89f5fd3a42f48cc26
Signed-off-by: Dariusz Frankiewicz <d.frankiewic@samsung.com>
services/PlatformInputManager/PlatformInputManager.cpp
services/PlatformInputManager/PlatformInputManager.h
services/SimpleUI/SimpleUI.cpp
services/SimpleUI/SimpleUI.h
services/WebPageUI/WebPageUI.cpp
services/WebPageUI/WebPageUI.h