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

wowhead Links produce TypeError #12

Open Braintelligence opened 9 years ago

Braintelligence commented 9 years ago

Using links such as http://www.wowhead.com/item=124334/faceguard-of-iron-wrath&bonus=0 creates a TypeError like this one:

Uncaught TypeError: Cannot read property 'length' of undefinedwindow.DarkTip.data.templates.tools._subLoop @ DarkTip.all.js:98(anonymous function) @ (program):3$.extend.jqote @ DarkTip.all.js:5190window.DarkTip.renderTooltip @ DarkTip.all.js:772collectionState.finish @ DarkTip.all.js:647collectionState.run @ DarkTip.all.js:687collectionState.completeQuery @ DarkTip.all.js:616collectionState.buildCallbackQuerySuccess @ DarkTip.all.js:625(anonymous function) @ DarkTip.all.js:674m.extend.each @ jquery.min.js:2collectionState.run @ DarkTip.all.js:655collectionState.completeQuery @ DarkTip.all.js:616collectionState.buildCallbackQuerySuccess @ DarkTip.all.js:625(anonymous function) @ DarkTip.all.js:674m.extend.each @ jquery.min.js:2collectionState.run @ DarkTip.all.js:655window.DarkTip.startDataCollect @ DarkTip.all.js:730window.DarkTip.initTooltip @ DarkTip.all.js:578window.DarkTip.handleHover @ DarkTip.all.js:564(anonymous function) @ DarkTip.all.js:537m.each.m.event.special.(anonymous function).handle @ jquery.min.js:3m.event.dispatch @ jquery.min.js:3m.event.add.r.handle @ jquery.min.js:3

You can see this on my homepage www.metagamers.de

Braintelligence commented 9 years ago

http://www.wowhead.com/item=46960#comments

this one works.

What's wrong? oO

b2un0 commented 9 years ago

try to remove the "&bonus=0" from the end of url.

Braintelligence commented 9 years ago

http://www.wowhead.com/item=124334

This also doesn't work. Check my homepage.

Braintelligence commented 9 years ago

http://www.wowhead.com/item=124334/faceguard-of-iron-wrath

Also doesn't work

Braintelligence commented 9 years ago

I've found a workaround by using wowhead tooltips now. Is there some easy way to disable darktip for wowhead links?

EDIT: I like the wowhead icons so I'd prefer a solution where I can turn off wowhead-support in Darktip. I will disable Darktip till I know how this works. Thank you for this great JSTooltip and keep up the good work!