BetterBags

BetterBags

1M Downloads

CPU usage hovering over bag items

boomboo opened this issue ยท 1 comments

commented

Addon Version

v0.1.96

World of Warcraft Version

Retail

Describe the bug

Addon's CPU usage increases while hovering on/off over items in the bags. Seems to be caused by hooking item buttons to OnEnter in these two locations:

button:HookScript("OnEnter", function()

button:HookScript("OnEnter", function()

I couldn't see any noticeable effect fps wise apart from being reported by various addon CPU profilers.

Steps to reproduce

Mouse over an item on and off.

commented

Looks like work done by default item tooltip is wrongly attributed to BB.

From here:

local tooltipOwner = GameTooltip:GetOwner()