http://www.arenajunkies.com/topic/234247-disabling-red-bars-working-method/
If you're not wanting to make it into a macro, you can simply use an addon that I wrote(in about 5 seconds) to fix this instead.
AddOn:
http://www.mediafire.com/download.php?rstnhs03hiabt2g
Script:
f=CreateFrame("Frame") f:RegisterEvent("LOSS_OF_CONTROL_ADDED") f:RegisterEvent("LOSS_OF_CONTROL_UPDATE") f:SetScript("OnEvent",function() for b in pairs(ActionBarActionEventsFrame.frames) do b.cooldown:SetLossOfControlCooldown(0,0) end end)
Place the script in any main .lua file, or use one of the first 2 options.
I only built it easy-to-use, Thaya came up with the script.
Peace out.