Fixed navigating by D-pad in Bookmark Manager 51/49151/6
authorAlbert Malewski <a.malewski@samsung.com>
Wed, 7 Oct 2015 08:34:04 +0000 (10:34 +0200)
committerAlbert Malewski <a.malewski@samsung.com>
Thu, 8 Oct 2015 12:19:15 +0000 (05:19 -0700)
commit194b47483a9ece31ce624a88bda33eabdf1f6b48
treef5c7c40eeb274b416e7761f2281f2947a06ea86b
parent551fe87a32b172e877304631a0de0742ec313db8
Fixed navigating by D-pad in Bookmark Manager

[Issue]    https://bugs.tizen.org/jira/browse/TT-183
[Problem]  There was a problem with navigation in Bookmark Manager.
[Cause]    Disabled "Add to bookmarks" button was blocking moving
           the focus.
[Solution] This is a workaround (because 'custom focus chain' API
           did not work properly. FocusManager class is used.
           Additionally, changed topContent from genlist to layout.
[Verify]   Launch browser > Navigate to Bookmarka Manager > Use arrows to
           move the focus.

Change-Id: I8f22bb24653f9df0dde5f5e009fbbd73d887d6ec
services/BookmarkManagerUI/BookmarkManagerUI.cpp
services/BookmarkManagerUI/BookmarkManagerUI.h
services/BookmarkManagerUI/edc/BookmarkManagerUI.edc