In my other incarnations, crowd control sometimes come in very handy. However the tools to monitor them are filed deep inside and often times hard to reach.
Here is a macro that will allow you to clearly maintain focus on a CC'd target while still attacking main target mobs.
To get to the macro screen type: /macro
Also open your skillbook type: p
In the macro window create a new macro slot, name it what you wish and choose an icon if you desire (icon may change when we place the 'show' command in the macro).
Here is the macro, line by line that has been verified to work:
#show Transmogrify
/clearfocus
/stopcasting
/focus
/cast @focustarget Transmogrify
Click the 'SAVE' button on the bottom of the macro window and pull the icon out of the listing column on the left-hand side to your hotbar.
How this works:
#show
/clearfocus -- This clears any current focus target
/stopcasting -- Stops any current skill que from casting
/focus -- Sets new target focus of currently selected mob/npc/player
/cast @focustarget
I may refine this a bit as I continue to use it. One thing I would like to include is a mouseover component. When I've done that I'll update this post.
Hope this comes in handy for anyone that needs a reliable means of monitoring their CC abilities.