RESOLVED FIXED 10860
Yahoo main page search field overlaps Web Search button
https://bugs.webkit.org/show_bug.cgi?id=10860
Summary Yahoo main page search field overlaps Web Search button
Troy Brandt
Reported 2006-09-14 11:55:01 PDT
When visiting yahoo.com the top portion of the search field is getting clipped along with all of the search naviagiotn dirctly above the search bar. This displays properly in Safari 2.0.4 (419.3) But fails in WebKit r16130.
Attachments
Reduction (3.80 KB, text/html)
2006-09-14 11:55 PDT, Troy Brandt
no flags
another reduction (651 bytes, text/html)
2007-02-07 18:11 PST, Adele Peterson
no flags
Troy Brandt
Comment 1 2006-09-14 11:55:53 PDT
Created attachment 10559 [details] Reduction
Stephanie Lewis
Comment 2 2007-01-22 16:54:56 PST
Adele Peterson
Comment 3 2007-02-07 18:10:40 PST
The button also overlaps in Firefox. I'm not sure that our behavior is actually wrong. Attaching a slightly smaller reduction. If you remove the strict doctype, then the button will no longer overlap. This makes me think that it has something to do with new box-sizing behavior.
Adele Peterson
Comment 4 2007-02-07 18:11:16 PST
Created attachment 13031 [details] another reduction
Adele Peterson
Comment 5 2007-02-07 18:31:50 PST
Hyatt and I discussed this, and he confirmed that this is because we now honor the box-sizing property. In strict mode, text fields have box-sizing: content-box, which doesn't include the border and padding. Because of this, the page is miscalculating the width of the text field. We should talk to Yahoo and ask them to fix this.
Sam Weinig
Comment 6 2007-02-13 13:30:09 PST
I am lowering this to P2 as the behavior is not something we are going to change and it matches moz.
Darin Adler
Comment 7 2007-03-22 11:44:46 PDT
(In reply to comment #6) > I am lowering this to P2 as the behavior is not something we are going to > change and it matches moz. If our behavior matches Mozilla, then why does the page look different in Mozilla?
Robert Blaut
Comment 8 2008-02-14 04:35:13 PST
I've checked the site in Webkit r30218 and the search button no more overlaps search field. I close the bug as FIXED. Troy, feel free to REOPEN the bug if you still experience the issue.
Note You need to log in before you can comment on or make changes to this bug.