[Webkit-unassigned] [Bug 10860] Yahoo main page search field overlaps Web Search button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 7 18:31:51 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=10860


adele at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION: Yahoo main page |Yahoo main page search field
                   |search field and navigation |overlaps Web Search button
                   |gets clipped.               |
           Keywords|Regression                  |
          Component|CSS                         |Evangelism




------- Comment #5 from adele at apple.com  2007-02-07 18:31 PDT -------
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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list