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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 17:03:11 PST 2012


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


Marc Hoyois <marc.hoyois at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc.hoyois at gmail.com




--- Comment #3 from Marc Hoyois <marc.hoyois at gmail.com>  2012-01-29 17:03:11 PST ---
The embed code causing the problem has the form

<object>
<params …>
<embed src="..." type="..." />
</object>

The difference with previous versions of WebKit is that the <embed> is ignored if the beforeload event fired by the <object> is handled. ClickToFlash will analyze the beforeload event fired by the <object> and simply return without doing anything, since the <object> will do nothing. But then the page must be redrawn for Safari to take into account the <embed>.
So it seems that this is not CTF-specific at all and that there is a bug somewhere in WebKit's object-loading mechanism.

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