UrlHistoryList: adjusting height to the items number. 94/50294/3
authorAdam Skobodzinski <a.skobodzins@partner.samsung.com>
Tue, 27 Oct 2015 12:16:36 +0000 (13:16 +0100)
committerJanusz Majnert <j.majnert@samsung.com>
Wed, 28 Oct 2015 10:48:19 +0000 (03:48 -0700)
commitcc0c28ffdf78ffe3c34c1ac5c3ff22bfae68c9b3
treede270ba7ea3e870e68df1f922131c52cdaad1d5f
parentd88819cde85d5c7e9688346abfc3a2d129c4a7f5
UrlHistoryList: adjusting height to the items number.

[Issue]    https://bugs.tizen.org/jira/browse/TT-161
[Problem] When displayed small number of items in a list, fragment of
list widget was stopping cursor focus events.
[Cause] Widget size was bigger then sum of items height for small
amount of items.
[Solution] Resizing list depending on the number of added items.
[Verify] Area under list should not block cursor focus events. E.g. in
QuickAcces 'Most visited' button should be cursor-focusable for one
item on a UrlHistoryList.

Change-Id: Ie9a0898e78cd42de8df2b97ca88321ed0361ac99
Signed-off-by: Adam Skobodzinski <a.skobodzins@partner.samsung.com>
services/WebPageUI/UrlHistoryList/GenlistManager.cpp
services/WebPageUI/UrlHistoryList/GenlistManager.h
services/WebPageUI/edc/UrlHistoryList.edc