Issue Details (XML | Word | Printable)

Key: ADV-441
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Bryan (brykrys)
Reporter: Xit
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Auctioneer

Appraiser lists Soulbound items when in colorblind mode

Created: 28/Apr/09 08:18 PM   Updated: 18/Aug/09 12:08 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Environment:
Any environment. Even with only Auctioneer as only addon enabled. I'm using Version: 5.5.4159 (WombatII)
 Revision: Id: Auc-Advanced.toc 4155 2009-04-14 19:40:57Z aesir. (The Affects Version/s list is out of date...)


 Description  « Hide
When you enable colorblind option in the Blizzard settings, Blizzard inserts an additional line of text in the tooltip. This text appears on the left side on the second line. The text describes the rarity of the item. Rare, Common, etc.

It appears that Auctioneer Appraiser is looking specifically at the 2nd line of text to determine if the item is soulbound or not.



 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Bryan (brykrys) added a comment - 29/Apr/09 03:29 AM
Confirming that only the 2nd line of the tooltip is checked: see CorePost.lua line 147

Bryan (brykrys) added a comment - 05/May/09 12:32 PM
Can be detected via the cVar "colorblindMode" using GetCVar() or GetCVarBool()

Bryan (brykrys) added a comment - 16/May/09 07:13 AM
Moved down to Auctioneer - as noted the problem is in CorePost

Provisionally doing a blunt fix for now - set it up to always check lines 2 and 3 - can always refine it later.


Bryan (brykrys) added a comment - 16/May/09 07:38 AM
r4223
Also added tests for Accountbound items

dinesh added a comment - 18/Aug/09 12:08 AM
code review only