[Webkit-unassigned] [Bug 77167] REGRESSION (r102983): ClicktoFlash drawing of old style youtube embeds missing until resize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 18:20:43 PST 2012


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





--- Comment #5 from Marc Hoyois <marc.hoyois at gmail.com>  2012-01-30 18:20:43 PST ---
Created an attachment (id=124649)
 --> (https://bugs.webkit.org/attachment.cgi?id=124649&action=review)
Minimal HTML file reproducing the bug (disable extensions before checking!)

Added a minimal test case. The problem arises when asking WebKit for the computed width of the object element:

document.addEventListener("beforeload", function(event) {

    var w = event.target.offsetWidth; // causes the problem

    return;

}, true);

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