Cogwheel of death got you down? Tired of those annoying locks putting down soulwells and summoning stones in front of the wsg flags? There's a workaround until Blizzard fixes this.
Macro 1
/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);
Macro 2
/script GameTooltip:SetScript("OnShow", GameTooltip.Show);
You click the first macro to prevent the cogwheel from disconnecting you, but what it does is removes tooltips from the game world and your UI. Therefore if you want the ability to read tooltips again you'll have to click macro 2 or log out. Re-enabling tooltips re-enables the bug though!