Bug 8446 - Problem with alignment at peermind.com
Summary: Problem with alignment at peermind.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.peermind.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 12:41 PDT by Daniele Metilli
Modified: 2008-02-22 18:10 PST (History)
2 users (show)

See Also:


Attachments
Test case reduction (451 bytes, text/html)
2006-06-16 15:48 PDT, jonathanjohnsson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele Metilli 2006-04-17 12:41:53 PDT
Follow these steps:

1 - Go to http://www.peermind.com/
2 - Look at the form, radio buttons and image button on the left.

They are all misaligned. Firefox displays them correctly.

Versions affected: TOT (r13895), Safari 2.0.3 (417.9.2)
Comment 1 jonathanjohnsson 2006-06-16 15:47:52 PDT
To me only the text field position differs from Firefox and Opera. The check boxes don't seem to be properly positioned.

Anyway, I did a quick reduction, and the different text field position rendering is due to the td (or maybe the table) element not inheriting the "text-align: center;" style attribute of the enclosing div in WebKit.
Comment 2 jonathanjohnsson 2006-06-16 15:48:58 PDT
Created attachment 8871 [details]
Test case reduction
Comment 3 jonathanjohnsson 2006-07-31 10:25:02 PDT
The reported page has obviously changed, and now WebKit renders the page as it was intended. However, the reduction still renders differently in WebKit compared to Firefox.
Comment 4 David Kilzer (:ddkilzer) 2008-02-22 18:10:18 PST
Test case renders the same in Firefox 2.0.0.x as it does with a local debug build of WebKit r30458.  Closing as RESOLVED/FIXED.