Register a key callback to handle back key event with W3C permission popup
authorJihoon Chung <jihoon.chung@samsaung.com>
Tue, 1 Oct 2013 13:47:43 +0000 (22:47 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Mon, 14 Oct 2013 11:19:37 +0000 (20:19 +0900)
commit08cc23cd54de44356a324fc8dd86ea8f61eb8023
tree17c2b23fb286ca105ad11ba630fd231855ed772c
parent259209d2a0c08a6a7eb5d753b7a1b59648328b4a
Register a key callback to handle back key event with W3C permission popup

    - This applies to the permission request popup for W3C Web Notification.

[Issue#]   N/A
[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] N/A

Change-Id: I9489658ebafe750a2d157d15c4d573ae7b51a147
src/view/webkit/view_logic_web_notification_permission_support.cpp