From: leerang song Date: Fri, 13 Sep 2013 07:30:41 +0000 (+0900) Subject: Background color of dynamicbox is turn to gray when opening drop view X-Git-Tag: submit/tizen_2.2/20130927.092158^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef4ce82665bee7f404a5bb8ee6f218889811ec90;p=platform%2Fframework%2Fweb%2Fweb-provider.git Background color of dynamicbox is turn to gray when opening drop view [Issue#] P1300912-06264 [Problem] Background color of dynamicbox is turn to gray when opening drop view. [Cause] Timing changing snapshot to webview is not correct. [Solution] Continue rendering box, when destroying drop view [SCMRequest] N/A Change-Id: Idca02d29e028afa0e7fc604ccb0d6619f47b9f57 --- diff --git a/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp b/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp index c0905fb..2ce9153 100755 --- a/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp +++ b/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp @@ -293,9 +293,6 @@ void AppBoxRenderView::hidePd() } m_pdHelper->close(); m_pdHelper.reset(); - - // stop box webview - stopRenderBox(); } Evas_Object* AppBoxRenderView::getBoxWebView()