[Webkit-unassigned] [Bug 32256] Google reader gets stuck in the "Loading..." state and does not complete

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 19:42:16 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32256


Mihai Parparita <mihai.parparita at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mihai.parparita at gmail.com




--- Comment #6 from Mihai Parparita <mihai.parparita at gmail.com>  2009-12-08 19:42:16 PST ---
(I'm a Google Reader engineer)

I can reproduce this with r51881 on Snow Leopard (10.6.2). I was not able to
reproduce with Leopard (10.5.8) on a the same WebKit release.

The error described by Marcus appears to occur within the Closure library, so
it's possible to see the unobfuscated code:

http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/dom/dom.js#657

child in this case is an empty NodeList, which I can see how it would throw an
exception if you tried to append it to an element. At that same code path,
Safari 4.0.4 doesn't seem to end up with a NodeList, but with an (empty)
string.

Let me know if you need more details to track this down.

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



More information about the webkit-unassigned mailing list