[Webkit-unassigned] [Bug 80604] [Qt] fast/css/resize-single-axis.html timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 09:35:42 PST 2012


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





--- Comment #3 from Julien Chaffraix <jchaffraix at webkit.org>  2012-03-09 09:35:42 PST ---
> With regard to this issue, we have not been able to see a resizer at the bottom-right corner when we open this file.

That is an (unintended) consequence of my change. The resizer is attached to the RenderLayer which we don't allocate as we have no layout overflow. The fix is to patch RenderBox::requiresLayerForOverflowClip to return true if style()->resize() != NONE.

Now that doesn't explain the timeout which is AFAICT unrelated.

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