View Single Post
05/22/14, 09:05 PM   #11
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Vicster0 View Post
Garkin, unless I'm completely off my rocker, InventoryInsight does not use ComparativeTooltips. At all.

Furthermore, the link and process you are referring to is simply a standard ZO link in chat. How ZO handles ItemLinks is not my business but if clicking on ItemLink in chat (which uses a ZO_PopupTooltip not a ComparativeTooltip) causes issues, then I still have to say signs point to it being a ZO issue.
I didn't check code of your addon yet and because EU servers are offline, I can't test it.

I'm not really sure, but it seems that you will get this UI error if ItemTooltip is cleared (hidden) without calling ItemTooltip:HideComparativeTooltips(). At least function ClearTooltip(tooltip) it does.

Or we can just hook the ZO_InventorySlot_OnMouseEnter(...) and add nil check...
  Reply With Quote