Register a key callback to handle back key event with W3C permisison popup
authorJihoon Chung <jihoon.chung@samsaung.com>
Fri, 27 Sep 2013 13:57:25 +0000 (22:57 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Mon, 14 Oct 2013 11:18:41 +0000 (20:18 +0900)
commit64fdf2abbeb70d21553bef754d87117ee8b25bdb
treedd3479143b429670028b3571f52edc530e2f67e1
parent662f61dddf8e44e8f86a30025391ca75e1727027
Register a key callback to handle back key event with W3C permisison popup

    - This applies to the permission request popup for W3C Geolocation API.

[Issue#]   P130927-03479
[Problem]  A web page underneath pop-up moves to the previous page when user expects the pop-up closed.
[Cause]    The permission request pop-up did not handle the back-key callback.
[Solution] Register the key callback.

[SCMRequest] Depends on https://review.tizendev.org/gerrit/#/c/91228/

Change-Id: Ib987a8b4e5795a434771d1e7ffe26eb0f8149c38
src/view/webkit/view_logic_geolocation_support.cpp