Issue Details (XML | Word | Printable)

Key: AAMU-120
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Bryan (brykrys)
Reporter: AnrDaemon
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Auc-Util-AutoMagic

"The link is not an item" and unclickable "NIL" entries in AutoSell list.

Created: 21/Mar/09 06:02 AM   Updated: 14/Aug/09 01:35 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Issue Links:
Reference
 


 Description  « Hide
This happens when item slips out from local WoW cache, but remains in the AutoSell list.
Then, the GetItemInfo(id) (Auc-Util-AutoMagic.lua:367) on that item return nil for the itemLink, and it being passed further without check on the result. But here's a workaround/solution for it: http://norganna.pastey.net/110622

Though it's similar to AAMU-116, but after rereading it not looks exactly the same, so I decided to post it as separate issue.



 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Bryan (brykrys) added a comment - 23/Apr/09 07:36 AM
Looking more closely, I think this is the same as AAMU-116, but I'm picking this one up because I think I can do something with the suggested code

Bryan (brykrys) added a comment - 23/Apr/09 08:06 AM
I intend to set up a hidden tooltip and load any unknown items into it - that way we don't have to ask the user to click on things.
Also, check the contents of the AutoSell list at load time, instead of waiting for the user to open the config screen.
I'll base it roughly on the model in Gatherer (bottom of GathererUtil.lua).

Bryan (brykrys) added a comment - 24/Apr/09 12:27 PM
r4183 should fix this

dinesh added a comment - 14/Aug/09 01:35 AM
partial code review only