Thread: Debuff tooltip
View Single Post
12-19-10, 06:44 AM   #3
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
Originally Posted by spiel2001 View Post
Tooltips should be working on the player debuffs. Not sure why they aren't if you aren't seeing them.
A week ago I posted an explanation of why, along with a patch for it, here:

http://www.wowinterface.com/forums/s...1&postcount=12

The debuff icons on the HUD are SecureButtonTemplates. The code tries to enable/disable their mouse sensitivity during combat based on whether they currently display anything, which is forbidden.

The fix leaves them mouse-sensitive all the time, but turns the handler for mouse events on/off as appropriate, which is allowed.

I've been using the file I posted for about 10 days and it works just fine, for anyone who wants to avoid the problem.

Last edited by Belechannas : 12-19-10 at 07:00 AM.