[Webkit-unassigned] [Bug 98789] [GTK] Plugin don't display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 10:36:30 PDT 2012


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





--- Comment #2 from Daniel Drake <dsd at laptop.org>  2012-10-09 10:37:07 PST ---
Thanks for the fast response. Commenting out the first return statement in webkit_web_view_size_allocate() (as follows) avoids the issue.

    if (allocation->width == oldAllocation.width && allocation->height == oldAllocation.height)
        /*return*/;

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