Thread Tools Display Modes
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)
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » OnTooltipCleared firing non stop when hovering over an item

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off