ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

Arrows indicating direction of sorting are inconsistent #708

Open MerielP opened 9 years ago

MerielP commented 9 years ago

What steps will reproduce the problem?

  1. Open a table in the editing view. Sort the records by clicking on a field name.
  2. Note that a small upward-pointing arrow appears next to the field, indicating that the records are sorted in ascending order.
  3. Now go to the query builder, and construct a simple query including the field that you've just sorted on. Sort the query results on the same field.
  4. Note that the results are once again sorted in ascending order, but that the arrow next to the field name is now pointing down.

This is inconsistent, and hence potentially confusing for users.