Background color of dynamicbox is turn to gray when opening drop view
authorleerang song <leerang.song@samsung.com>
Fri, 13 Sep 2013 07:30:41 +0000 (16:30 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Fri, 13 Sep 2013 09:13:26 +0000 (18:13 +0900)
[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

index c0905fb..2ce9153 100755 (executable)
@@ -293,9 +293,6 @@ void AppBoxRenderView::hidePd()
     }
     m_pdHelper->close();
     m_pdHelper.reset();
-
-    // stop box webview
-    stopRenderBox();
 }
 
 Evas_Object* AppBoxRenderView::getBoxWebView()