[Webkit-unassigned] [Bug 78279] New: The stats page of a wordpress hosted blog hangs WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 13:31:26 PST 2012


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

           Summary: The stats page of a wordpress hosted blog hangs WebKit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michelecos at yahoo.com


Opening the stats page of a wordpress blog almost hangs the window. Response to events such as scrolling is delayed by seconds.
All the other tabs and windows are affected until the offending tab is closed.
The error is caused by some iniitalization error (see attachment). The same error is reported in Firefox in the Firebug console, like this

addLoadEvent is not defined
addLoadEvent(function(){linktracker_init('1',9081);});

The offending snippet is this inline code

<script type="text/javascript">
st_go({'blog':'1','v':'wpcom','user_id':'707093','post':'9081','subd':'wordpress.com'});
ex_go({'crypt':'UE5VRnhUZ2VGQSYvTVglSnBOaVR1Jk9bRnRwW3Nnb3RPLDFVRS1VRS1ZWm1PMTRyVkZzLTZ4QVR1fDNhNFhyZVhZcmpQMnBrMUE9dEJyUTJwXS8zVENTbTBmMlgyY1cuJm5sUnc1QV1deWRbeTM2MixULS5ZbTJtXUEwOWxTemFsOUVwOF1EdGdGZERVTkM9OU01d0R5YXA/ek4rRA=='});
addLoadEvent(function(){linktracker_init('1',9081);});
</script>

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