[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 Feb 6 15:49:41 PST 2012


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





--- Comment #6 from Andy Estes <aestes at apple.com>  2012-02-06 15:49:41 PST ---
The problem would seem to be that r102983 changed FrameView to only call updateWidget() if needsWidgetUpdate() is true. The problem is that we try to update a widget two times: once for the CreateOnlyNonNetscapePlugins case and again for the CreateAnyWidgetType. The CreateOnlyNonNetscapePlugins phase sets m_needsWidgetUpdate to false, so the CreateAnyWidgetType phase does no work.

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