enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Ie8onload fix #8

Closed nickdaugherty closed 12 years ago

nickdaugherty commented 12 years ago

fixes issue #7. Instead of setting a window load event listener if the document is not yet loaded (approx line 92), it sets a short interval to check for the loaded status.

NOTE -- I might have messed up the merge...I'm a git noob. The fix is in line 92 - 106.

enyo commented 12 years ago

I'll merge your pull request after you've answered.

enyo commented 12 years ago

I completely rewrote opentip, and sort of included this patch. But I can't really merge your request now. I added you to the contributors list anyways. Thanks for your help!

If you're interested, the new changes are in the develop branch.