[Webkit-unassigned] [Bug 103271] [EFL][WK2] Tiles not always painted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 03:30:34 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103271





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-11-27 03:32:46 PST ---
To be able to easily reproduce, add the follwing patch:

@@ -377,6 +377,8 @@ void TiledBackingStore::computeCoverAndKeepRect(const IntRect& visibleRect, IntR
     coverRect = visibleRect;
     keepRect = visibleRect;

+    return;
+


The bug is in 

@@ -196,6 +196,8 @@ void PageViewportController::didChangeViewportSize(const FloatSize& newSize)
     // it can resize the content accordingly.
     m_webPageProxy->setViewportSize(roundedIntSize(newSize));

     syncVisibleContents();
 }

Which sync'ed the visible content before the new fixed layout size has been applied in the web process.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list