View Single Post
  #6  
Unread 07-16-2005, 04:20 PM
SOE_Bobble SOE_Bobble is offline
EQII Developer
Yes this person is from Daybreak!
 
Join Date: Aug 2004
Posts: 82
Default

In the tracking window:
By default, the list is ordered by proximity.
If you press the "name" header, the list will sort by name.
If you press the "name" header again, the list will reverse sort.
If you press the header a third time, it will return to proximity sort. (new)
Repeat.

We had a bug (not sure how long ago) where we turned off sorting.
Basically the header stopped accepting input. (GetsInput="false")

I'll make sure the international releases have the latest eq2_mainhud_tracking.xml.

The sorting issue looks like it is a code bug for all locales. It is sorting by "name" which includes the con color first. I'm guessing we have the same problem in a couple of other windows too.

bobble.

Last edited by SOE_Bobble : 07-16-2005 at 04:25 PM.
Reply With Quote