View Single Post
12/26/14, 02:35 PM   #8
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by QuadroTony View Post
2) sometimes when i push on any link from chat, like item/achievement - nothing happends. with all links. I just can see numbers from Price Traker tooltip, but no background/item picture/stats etc
Do you use CraftCompare addon? Because I believe that this issue started when CraftCompare has started using functions ZO_PlayShowAnimationOnComparisonTooltip(tooltip) and ZO_PlayHideAnimationOnComparisonTooltip(tooltip).
It's not all the time, but time to time when you leave crafting station, PopupTooltip's alpha value is set to zero (it means it is fully transparent). That's the reason why you don't see anything when you click link in the chat.

Try if you're having the same issue as I do - when the issue occurs, type this command to the chat:
Code:
/script PopupTooltip:SetAlpha(1)
Does it fix the issue?
  Reply With Quote