[Webkit-unassigned] [Bug 34407] wont load facebook inbox
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 1 15:29:20 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34407
Nathan Schmidt <nschmidt at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nschmidt at gmail.com
--- Comment #1 from Nathan Schmidt <nschmidt at gmail.com> 2010-02-01 15:29:20 PST ---
(In reply to comment #0)
> Created an attachment (id=47812)
--> (https://bugs.webkit.org/attachment.cgi?id=47812) [details]
> Screenshot
>
> Facebook inbox fails to render, but in Safari 4.04 inbox loads perfectly.
Only happening in WebKit nightly r54122 - Firefox etc unaffected.
Console message is:
TypeError: Result of expression 'i' [undefined] is not a valid argument for
'in'.
static.ak.fbcdn.net/rsrc.php/z4RT5/hash/e5pvn624.js:31
The offending code appears to be (whitespace added):
var a=function(g,k) {
var h='on'+k,i=DataStore.get(g,b);
if(k in i) {
if(g[h]!==d) throw new Error("`"+h+"' listen handler gone!");
return;
}
i[k]={};
var j=g[h];
g[h]=d;
if(j)Event.listen(g,k,j,Event.Priority.TRADITIONAL);
}
Implying an unexpected results from the DataStore object.
--
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