Thread: Focus Target
View Single Post
04-19-12, 01:23 PM   #9
Fox536
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Apr 2012
Posts: 31
Originally Posted by Phanx View Post
Any non-Blizzard code in the path that causes the menu to open can cause the taint. Same goes for any non-Blizzard code that adds, removes, or modifies buttons in a dropdown menu.

I did, however, think of another option that wasn't in my last post:

5. Use click-casting to assign a click combination on unit frames for setting your focus, eg. Ctrl + Right-Click on a unit frame to set that unit as your focus. The easiest way to implement this would be to use the addon Clique.
is it opening the menu that causes it or the action, cause if it's the action then that should able to be fixed using the secure attribute "macrotext" and "/focus x" where x id the unitframe's target name or something similar. if it's the show/hide I thought that u could do that with a direct frame reference in the secure on click handler?

I'm not trying to argue just better understand the problem, any details would be great.
  Reply With Quote