Fix elementary widget stacking
authorPiotr Tworek <p.tworek@samsung.com>
Fri, 13 Mar 2015 11:48:46 +0000 (12:48 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit500d9e482ae0fbc9313f8a2c8d58b032cfb1ef80
treee2a8597850c0c4d3ec185691b543beeb18758858
parentea866e9419e9efa86cc78d64955bbefca480dd5d
Fix elementary widget stacking

The problem could be observed by showing extra actions menu in ubrowser
(rightmost button in the navigation bar). When shown large part of the
menu would be improperly stacked below the webview widget.

The root cause was in the fact that after the refactoring branch changes
both the NativeView and ContentNativeView widgets were not added to the
view smart object. This patch fixes that.

Change-Id: I38213ba03c1b08feb0643f661f063e1c530fc78f
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/ewk/efl_integration/eweb_view.cc