Changed the postion of context menu to avaliable space
authorprathmesh.m <prathmesh.m@samsung.com>
Tue, 25 Jun 2013 06:59:03 +0000 (12:29 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 25 Jul 2013 06:21:21 +0000 (06:21 +0000)
commit765b17e3f0223f0b41c362e3a29abccba9887a1c
treee16ba34f337c93b955a23c174e9ccee583af3cfb
parent3a7b7d37af5258eeafc41d04954363768abc51b8
Changed the postion of context menu to avaliable space

[Title] Changed the display location of context menu in avaliable space
[Issue#] P130623-0376, P130619-0477
[Problem] Context menu is not visible fully when there is space
    on the screen
[Cause] Context menu is having style to create menu on top direction.
    So always the direction was top and the context menu was made scrollable
    and was displayed at the end
[Solution] Added mutliple direction. Now context menu will be open in
    the avaliable space

Change-Id: Id2515e94f15edd21cb4062804e43734743f4adbe
Source/WebKit2/UIProcess/tizen/WebContextMenuProxyTizen.cpp