After downloading Auctioneer Complete 3.4.1 Final Version, I noticed the width of my tooltips would slowly increase. Most noticeable while viewing someone's armor, where it would increase dramatically. If I had an ingame video recorder, I would show how it's acting. It does not do it with 3.2. Haven't test with the others yet.
and replace this code by these lines: local cWidth = currentTooltip:GetWidth() if (cWidth < width) then getglobal(currentTooltip:GetName().."TextLeft1"):SetWidth(width - 20) self.showIgnore=true; currentTooltip:Show() self.showIgnore=false; else width = cWidth end
Mod: moved to the correct forum and renamed the thread.