-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Won't Fix
-
Affects Version/s: 6u51
-
Fix Version/s: 6-pool
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Introduced In Version:
For example, we have column with symbols [Ѐ, Ё, б].
In asc order it should be - [Ѐ, Ё, б]
but we got [б, Ѐ, Ё]
In desc order - [б, Ё, Ѐ] expected,
but we got [Ё, Ѐ, б]
May be, problem is in TableRowSorter introdused in JDK 1.6.
In asc order it should be - [Ѐ, Ё, б]
but we got [б, Ѐ, Ё]
In desc order - [б, Ё, Ѐ] expected,
but we got [Ё, Ѐ, б]
May be, problem is in TableRowSorter introdused in JDK 1.6.