[Webkit-unassigned] [Bug 11551] REGRESSION (from 419.3) Google Reader List & Expanded view are broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 27 16:20:19 PST 2007


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


bdakin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #8 from bdakin at apple.com  2007-02-27 16:20 PDT -------
I just confirmed, that like http://bugs.webkit.org/show_bug.cgi?id=12597 , this
bug was caused by:
http://trac.webkit.org/projects/webkit/changeset/13555

And it is, indeed, a bug in Google's user agent detection. contains should only
be defined for elements, but we wrongly defined it for the document in Safari
2.0. The above change fixed our behavior so that we only support contains for
elements. Unfortunately, many Google sites seem to detect Safari by looking for
document.contains. And now that we don't support it any more, they don't know
it's us!

I am going to mark this as a duplicate since it is the same problem.

*** This bug has been marked as a duplicate of 12597 ***


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