Set callback for bookmark gengrid item instead of items thumbnail. 50/46250/3 accepted/tizen/tv/20150819.022934 submit/tizen_tv/20150818.234904
authorMarcin Lapinski <m.lapinski@samsung.com>
Tue, 18 Aug 2015 09:46:41 +0000 (11:46 +0200)
committerMarcin Lapinski <m.lapinski@samsung.com>
Tue, 18 Aug 2015 12:58:47 +0000 (05:58 -0700)
commit7ef0447eb77b0dbd6c66c2c2827f8b1e988e9e53
tree0b3805ffb1a0695abb42cc84c5bd46a0135341a0
parenta76afd26f9fdd471633a68f0e383ac3bc286ae80
Set callback for bookmark gengrid item instead of items thumbnail.

[Issue#]    https://bugs.tizen.org/jira/browse/TT-135
[Problem]   Clicking on bookmark folder text doesn't work.
[Cause]     Callback was set on thumbnail instead of on whole item.
[Sollution] Move callback to bookmark gengrid item click.
[Verify]    1. Run browser
            2. Create some bookmark folders
            3. Open More Menu -> Bookmark manager
            4. Click on some bookmark folder description
            5. Bookmark folder shold be opened.

Additional changes:
  - Changed some function names to make code more self-explaining.
  - Removed redundant focus managment callbacks causing problems
    in the current approach.

Change-Id: Ibddc457a7cfdc19f7b68ce4163f4b2ae04d793db
services/BookmarkManagerUI/BookmarkManagerUI.cpp
services/BookmarkManagerUI/BookmarkManagerUI.h