[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 08:49:27 PDT 2011


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





--- Comment #10 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-05-26 08:49:26 PST ---
@@ -115,7 +122,8 @@ void RenderIFrame::layout()
     if (flattenFrame()) {
         layoutWithFlattening(style()->width().isFixed(), style()->height().isFixed());
         return;
-    }
+    } else
+        updateWidgetPosition();

The above makes it work, so apparently updateWidgetPosition() needs to be called when frame flattening is on, but maybe this is not the right place.

-- 
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