View Single Post
05/22/14, 07:02 PM   #4
ingeniousclown
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 122
I'm actually thinking that this error is a bug with ESO itself.

My addons are getting blamed (and rightly so in Inventory Grid View's case... kinda), but I don't think that it's any addon's fault.

Inventory Grid View is getting a lot of blame because I hook onto one of the functions in that stack, but as you can see, Inventory Grid View is not always IN the stack meaning that it is not the central reason it is happening.

I am able to reproduce a stack with NO ADDONS ENABLED, but in a very specific way:
-Mouse over some equipment in your inventory.
-Hit your weapon swap key
-IMMEDIATELY move your mouse away from the item.

BOOM. Stack. This points to an issue in ZO's code. There are some strange edge cases floating around that cause OnMouseEnter to fire when swapping weapons.
  Reply With Quote