[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:42:49 PST 2007


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


bdakin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|BugDayReviewed              |




------- Comment #2 from bdakin at apple.com  2007-02-07 22:42 PDT -------
The web inspector shows a computed width of 209px for the <form>. Firefox's DOM
inspector shows a computed width of 205px. The extra 4 pixels are from the 1px
of padding we put around every <input> element in html4.css. Firefox has 1px on
top and bottom, but 0 on left and right. I'm not sure if this should be fixed
in html4.css or if this is something that we should adjust during layout. 

It is also worth noting that this reduction requires a strict-mode doctype.
Without the doctype, it renders correctly.


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