[Webkit-unassigned] [Bug 131871] Enable snapshot tests on mac wk2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 25 14:51:56 PDT 2014


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





--- Comment #4 from Roger Fong <roger_fong at apple.com>  2014-04-25 14:52:17 PST ---
After diving down into the rabbit hole that is layout code, I've become thoroughly convinced that we should never be snapshotting a plugin before we determine whether or not it is the primary one.

Snapshotting a plugin causes all sorts of problems to arise. In this particular case it seems like we run into RenderFlexibleBox layout code which sets the logical override dimensions of the pluginImageElement.
However, these dimensions are not the dimensions of the original plugin element. 

I am not savvy enough with layout code to know what's going on here but it seems fundamentally wrong to try to hittest with something that isn't what we originally intended to hit test against in the first place.

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