AnantLabs / dotnetkicks

Automatically exported from code.google.com/p/dotnetkicks
0 stars 1 forks source link

JavaScript error on story landing page while kicking in IE 7 #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click the read more link on a story to get to the landing page
2. Click the kick button

What is the expected output? What do you see instead?
JavaScript error occurs, and the kick button disappears.  No kick is 
counted.

What version of the product are you using?
running svn revision 620

Please provide any additional information below.
I think it's a race condition, as it looked like sometimes a script or 
something on the page is taking a really long time to finish loading. 
Clicking the kick button should probably check to see if the corresponding 
script is finished loading before it tries to kick the story.

Not that this is all that helpful, but here is the message:
Line: 7
Char: 9
Error: 'ajaxServices' is null or not an object

Original issue reported on code.google.com by flashx...@gmail.com on 26 Nov 2008 at 7:23