[Webkit-unassigned] [Bug 90827] seamless iframes don't take border into account properly and make the iframe too small.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 15:27:18 PDT 2012


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2012-07-11 15:27:18 PST ---
It looks like the vertical border is being incorporated correctly, but the horrizontal border isn't.  RenderFrame::computeLogicalWidth() just calls up to RenderBox::computeLogicalWidth in the seamless case, being careful to pretend to have the correct replaced/inline/etc flags.  I'm not sure what's going wrong in this case.

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