Bug 9258 - Quirksmode: unwanted margin-right on input field within table
Summary: Quirksmode: unwanted margin-right on input field within table
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: PC OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks: 9610
  Show dependency treegraph
 
Reported: 2006-06-02 14:44 PDT by Adele Peterson
Modified: 2009-01-02 00:59 PST (History)
2 users (show)

See Also:


Attachments
Test case recovered from webarchive.org (1.89 KB, text/html)
2008-02-11 12:00 PST, Robert Blaut
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.