Thread Tools Display Modes
11-29-09, 01:06 PM   #1
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
Tooltips disappear on group loot frames

I know this was brought up a while back Scott did anyone ever find out what was causing it? I use tip tac for my tool tips so im gonna turn that off and run something when I get a chance. I know with it enabled it seems like the hit box for the item in the group loot frame is being covered by something because I can get it to show sometimes if I move my mouse around the edges but its a pain in the ass. For now if I loot the corpse my self the tooltip will appear in my loot frame so its not the end of the world. If you need to know anything else lemme know.
__________________

 
11-29-09, 01:49 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I would suggest using the MouseFocus script to see what the invisible frame is. nUI does not modify the group loot other than to move its location, so there should be no nUI frame that interferes with the mouseover on it.

Not sure what the issue would be.

Just make a macro to execute the following and key bind it -- when the problem happens, put the mouse over the dead area and run the macro. It will tell you the name of the frame that's causing the problem. Hopefully that will give us a hint what the problem is.

Code:
/script local frame = GetMouseFocus(); print( frame and frame:GetName() or "no name" );
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
11-29-09, 02:31 PM   #3
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
When the tooltips do their weirdness on group loot for me, the tooltip actually flashes. I have to turn my back to the corpse in order to make the tooltip stop flashing.

I've been having a few odd tooltip issues lately, and I can only reproduce them when nUI is activated. When I disable nUI, I cannot reproduce them.
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Tooltips disappear on group loot frames

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