View Single Post
09-02-16, 10:47 AM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
OnTooltipCleared firing non stop when hovering over an item

Prove:
Lua Code:
  1. --OnTooltipCleared
  2. local function OnTooltipCleared(self)
  3.   print("OnTooltipCleared")
  4. end
  5. GameTooltip:HookScript("OnTooltipCleared", OnTooltipCleared)

Hover any item in your inventory.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)