Bug 13092

Summary: REGRESSION: Search field not aligned with Go button on Apple Store Locator
Product: WebKit Reporter: mitz
Component: EvangelismAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe, webkit
Priority: P2 Keywords: InRadar, NeedsReduction, Regression
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.apple.com/buy/locator/
Attachments:
Description Flags
Screenshot
none
Screenshot from Safari 2 (expected rendering)
none
Reduction none

Description mitz 2007-03-16 01:49:47 PDT
The search field on the left is not aligned with the Go button. Comparing with Safari 2.0, the entire section containing the search field and the button is shorter in TOT. The button is at the same height, but the field has moved up.
Comment 1 mitz 2007-03-16 01:50:18 PDT
Created attachment 13660 [details]
Screenshot
Comment 2 mitz 2007-03-16 01:50:47 PDT
Created attachment 13661 [details]
Screenshot from Safari 2 (expected rendering)
Comment 3 mitz 2007-03-16 02:18:56 PDT
Created attachment 13662 [details]
Reduction

Layout in TOT is saner. The Store Locator has a rule to push the button down by 6px to account for the inherent misalignment in Safari 2.0 in <http://www.apple.com/buy/locator/styles.css>:

html>body*#sidebar .search button.go{ position:relative; top:6px; }

(That selector matches in WebKit but not in Gecko).

This bug probably belongs in the evangelism department.
Comment 4 Mark Rowe (bdash) 2007-03-16 05:21:31 PDT
<rdar://problem/5068261>
Comment 5 Mark Rowe (bdash) 2007-03-23 05:49:33 PDT
Moving to evangelism and lowering priority to take it out of the P1 list.
Comment 6 Robert Blaut 2008-02-11 01:06:51 PST
Tested with Webkit r30123 and the bug is already fixed.