Reduce unnecessary resize
authorJihoon Chung <jihoon.chung@samsaung.com>
Fri, 18 Oct 2013 00:43:54 +0000 (09:43 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Wed, 23 Oct 2013 14:35:48 +0000 (23:35 +0900)
commitb321d97f7da9bbad052b407a07edec8d08400ec1
treeb3a28797665c30d0633386e48f4ee36ea229b1b4
parentfd8d59af7a53334b32ecef3d5729699f7c416383
Reduce unnecessary resize

[Issue#]     N_SE-54888
[Problem]    Wrong touch position is passed to webkit.
             : Approximately 20~30 pixel is added to height position.
[Cause]      Webkit set view-port width and height when first resize callback is called.
             In problem case, resize callback is called with wrong width and height.
             As investigate, WRT too early set webkit to contents area of elementary before elementary finished resize.
[Solution]   Remove unnecessary resize behavior
             : Set default naviframe item style to "empty".
               As result of style set, one resize is removed (720, 1154 -> 720, 1780)
[Verification] Launch application and checking first resize callbak result.
[SCMRequest] N/A

Conflicts:
src/wrt-client/window_data.cpp

Change-Id: I3e6399b6a238e76d23b508ef8384cedc4bf0fabd
src/wrt-client/window_data.cpp