View Single Post
12-20-17, 12:44 AM   #3
gempir
A Black Drake
 
gempir's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 84
Thanks removing useless code is always good, but sadly it did not fix my issue with the Party frames.

Edit:

This line seems to be of some kind of relevance
https://github.com/gempir/gempUI/blo...ayout.lua#L578
self:RegisterForClicks('AnyUp')
Removing it makes the Unit Frames (all) not right-clickable (makes sense)

But the party frames completly break, this doesn't make sense to me. Why would frames break when you remove a click handler?

Broken Frames:



I have also noticed that the first party member (very left) is really broken showing the invalid Spec and Powerbarcolor sometimes. Also the powerbar is not clickable at all on this frame.

Edit 2:
Same Issue with Tank frames it seems. Weird.

Last edited by gempir : 12-21-17 at 05:29 AM.
  Reply With Quote