darkspotinthecorner / DarkTip

The DarkTip plugin is a javascript based tooltip framework that enables quick and easy development of modules that hook into specific aspects of a webpage and display context sensitive tooltips.
http://darkspotinthecorner.github.io/DarkTip/
MIT License
31 stars 3 forks source link

Some character tooltips do not load in chrome #8

Closed Clausi closed 10 years ago

Clausi commented 10 years ago

I have a weird issue with chrome 33: http://www.ker-gilde.de/forum/gilde.php Most tooltips load fine, but there are some which don't, they are stuck at "loading character". I see no errors in the console, also the respond of the armory is 200 OK when DarkTip requests the character data. For testing see both characters in "Gildenleitung": Aru doesn't load, Drobargk does. Tested it with IE11 and it works. Edit: Tested with FF 27.0.1 also works. Only chrome stucks at some tooltips.

Perhaps an issue with jquery? I updated it and qtip2 to the latest stable version.

darkspotinthecorner commented 10 years ago

Just checked the provided url, seems to be working fine now. You fixed it by updating qtip2 and jquery to the latest stable?

Clausi commented 10 years ago

Oh didn't know this is still open ;-) The mentioned site runs jquery 1.11.0 and qtip 2.2.0. As far as I remember it didn't work the last time I tested it, but I can't say for sure I solved it or not by updating the libaries.

darkspotinthecorner commented 10 years ago

Maybe just an API-hiccup on Blizzard's behalf. During dev, I had some occasional char tips that wouldn't load right away, but it has always been the api not responding to the ajax call.

I'll keep an eye out, but I'm pretty sure this is no DarkTip issue. :)

Clausi commented 10 years ago

Yes, I also keep an eye on it.