[Webkit-unassigned] [Bug 12656] REGRESSION: Misaligned input (type=image) appears at http://www.flipdog.com/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 7 22:58:41 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12656





------- Comment #4 from adele at apple.com  2007-02-07 22:58 PDT -------
We have a rule in html4.css to override the 1 px padding for input type="image"
(line 362), so I don't think that's it.

I think the cause of this is the quirk we have for text fields where we use
box-sizing: border-box  in quirks mode, and content-box in strict mode.  So
their hard-coded widths are off when we leave out border + padding in our width
calculation.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list