Right, I have the problem that when i use "search auctions" and point at the items the tooltip shows up at the far right of the screen and are mostly outside.
So I have been trying to fix this by looking at the code.
I've traced it to AuctionFrameSearch.lua
The function AuctionFrameSearch_ListItem_OnEnter
Now if i change GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); to GameTooltip:SetOwner(this, "ANCHOR_RIGHT",-400);
Nothing happens. But if if I comment out EnhTooltip.TooltipCall(GameTooltip, name, result.link, rarity, count);
The tooltip moves much to the left.
Now obviusly the enchanced stuff is necessary, but so far i haven't pinpoined where EnhTooltip resets the loction of the calling tooltip - if some of the programmers are reading this, perhaps they have some pointers on what to change?