Bug 78279

Summary: The stats page of a wordpress hosted blog hangs WebKit
Product: WebKit Reporter: Michele Costabile <michelecos>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: ap, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.7   
Attachments:
Description Flags
Test case for bug
none
Screen shot of WebKit console showing the error none

Michele Costabile
Reported 2012-02-09 13:31:26 PST
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>
Attachments
Test case for bug (62.02 KB, text/html)
2012-02-09 13:38 PST, Michele Costabile
no flags
Screen shot of WebKit console showing the error (179.51 KB, image/png)
2012-02-09 13:40 PST, Michele Costabile
no flags
Michele Costabile
Comment 1 2012-02-09 13:38:21 PST
Created attachment 126362 [details] Test case for bug The attached file is the source of the offending page and it reproduces the bug effectively.
Michele Costabile
Comment 2 2012-02-09 13:40:06 PST
Created attachment 126364 [details] Screen shot of WebKit console showing the error This screen shot shows the error in the page as displayed in WebKit console. The same error is displayed in Firefox.
Alexey Proskuryakov
Comment 3 2012-02-10 11:43:42 PST
I cannot reproduce a hang with the attached test.
Michele Costabile
Comment 4 2012-02-10 14:08:43 PST
(In reply to comment #3) > I cannot reproduce a hang with the attached test. I am afraid that the problem lies in interaction between the page and the server to load statistic data. To reproduce the bug a real wordpress blog might be needed. I am not sure if I can open an account not tied to my blogs for the purpose of debugging.
Note You need to log in before you can comment on or make changes to this bug.