[Webkit-unassigned] [Bug 16194] Double Google search form on www.telegraph.co.uk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 15:15:02 PST 2007


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





------- Comment #7 from b.degoeij at auditio.nl  2007-12-11 15:15 PDT -------
(In reply to comment #6)
> The problem is that there are two
> overlapping copies of the search box (and some JS to copy what you enter in one
> copy to the other), but only one of them wraps when the window is made narrow.

Tested it in Camino and IE7.

IE7 doesn't display the form (or some elements) twice after resizing the
window. This is because the web page is rendered in Quirks mode. IE then uses
the wrong box model.

Webkit, Safari and Camino use the w3c box model and are right to wrap the form
elements.


-- 
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