pagelayout: Remember back key when it is hidden
authorYoumin Ha <youmin.ha@samsung.com>
Mon, 8 Apr 2013 07:17:35 +0000 (16:17 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Wed, 10 Apr 2013 14:57:34 +0000 (23:57 +0900)
commita128b5ad43c4a6cded4a0ef8d2794720f473dec7
tree368819db8694efe28797cc47446b3b203b9dbaa5
parente6dc119346e610cce570ccabe7bc8962d6ded884
pagelayout: Remember back key when it is hidden

If an app moves a page when the pop is shown, the .ui-page-active page is changed.
In this case, the '.ui-page-active .ui-btn-back' selector indicates a new page's
one, and the old page's .ui-btn-back button is still hidden.
So, this patch remember the current back button, and show it again at the
softkeyboardchange.off event.

Resolves #N_SE-32900.

Change-Id: I94fd641ca0e70b4093b881e2319c6f18a2b912a6
src/js/widgets/jquery.mobile.tizen.pagelayout.js