From ef4ce82665bee7f404a5bb8ee6f218889811ec90 Mon Sep 17 00:00:00 2001 From: leerang song Date: Fri, 13 Sep 2013 16:30:41 +0900 Subject: [PATCH] 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 --- src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp | 3 --- 1 file changed, 3 deletions(-) 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() -- 2.7.4