#14 - Oct. 19, 2010, 5:25 a.m.
Q u o t e:
u ever play with software cursor? its unplayable
I'm not entirely certain what you are referring to, Vizzer. The worldaround that is posted simply disables the Tooltip in-game.
Turn Off Tooltips
/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);
Turn On Tooltips
/script GameTooltip:SetScript("OnShow", GameTooltip.Show);
I'm not certain if a resolution has been found for the cogwheel issue, it will be implemented as soon as possible but in the meantime I would recommend trying the workaround. It doesn't seem to be working for everyone but it has worked for many.