Hi,
Normally I would debug the game myself but I am away from my PC om business for the weekend. Custom tool tips no longer load when created through the Javascript api. it happened to my game and I also got my brother to check For the king beacon fire because I knew they had nice custom tool tips as well. turns out their tooltip also don't load. this bug was introduced with the latest main client update.
*EDIT* I'm at a hotel on my laptop so I can give more information. It's this javascript method: DOTAShowTitleTextTooltip(string title, string text). In the text I pass some $.Localized strings and some html. The panels are html="true" enabled
Thanks for any help,
ChalkyBrush
Normally I would debug the game myself but I am away from my PC om business for the weekend. Custom tool tips no longer load when created through the Javascript api. it happened to my game and I also got my brother to check For the king beacon fire because I knew they had nice custom tool tips as well. turns out their tooltip also don't load. this bug was introduced with the latest main client update.
*EDIT* I'm at a hotel on my laptop so I can give more information. It's this javascript method: DOTAShowTitleTextTooltip(string title, string text). In the text I pass some $.Localized strings and some html. The panels are html="true" enabled
Thanks for any help,
ChalkyBrush
Comment