Bug 9258

Summary: Quirksmode: unwanted margin-right on input field within table
Product: WebKit Reporter: Adele Peterson <adele>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ian, webkit
Priority: P2 Keywords: HasReduction
Version: 420+   
Hardware: PC   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 9610    
Attachments:
Description Flags
Test case recovered from webarchive.org none

Description Adele Peterson 2006-06-02 14:44:56 PDT
http://www.quirksmode.org/bugreports/archives/safari/index.html

"The INPUT (type=text/password) field in IE6 (and older probably too) has a top and bottom margin of 1px in both quirks and standard mode. This can cause a not so nice effect.

(ppknote: Opera and Safari have the same problem with the right margin)

Test page http://www.selfman.sk/quirksmode/input-margin.html
Workaround is not included
Reported by: Marcel Lipovsky."
Comment 1 Joost de Valk (AlthA) 2006-06-24 13:48:02 PDT
The testcase below shows that our rendering under "Table:" is wrong.
Comment 2 Robert Blaut 2008-02-11 12:00:52 PST
Created attachment 19073 [details]
Test case recovered from webarchive.org

Can anyone confirm existence of the bug?
Comment 3 Robert Blaut 2009-01-02 00:59:39 PST
I launched the test case in IE6, Safari 2.0.4, Safari 3.0.4 and WebKit r39524. 

Safari 2.0.4 has indeed problem with right margin of input placed inside div, but newer Safari 3.0.4 and WebKit r39524 render the test case as expected, according recommendation CSS 2.1. 

I close this bug as fixed.