Roundup Tracker - Issues

Issue 1449000

classification
keywords are not sorted correctly for popup list
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard, tobias-herp
Priority: normal :

Created on 2006-03-13 17:20 by tobias-herp, last changed 2006-03-13 17:20 by tobias-herp.

Messages
msg2230 Author: [hidden] (tobias-herp) Date: 2006-03-13 17:20
keywords are not sorted correctly in the list popped up
when someone wants to select one or more topics
(_generic.index.html, I'd say; tal:repeat="item
context/list"); they are sorted correctly in
keyword.item.html (tal:define="keywords
db/keyword/list, and iterating "keywords")

To reproduce:
1. Start the demo (Roundup 1.1.0)
2. Create some keywords in non-alphabetically ascending
order (which will be displayed in ASCII order in
keyword.item.html)
3. Create an issue and use the list to select the
keyword(s).

(Win2K / WinXP, Python 2.4.2, Roundup 1.1.0)

As soon as there are more than five keywords, it's a
serious usability impact when the keywords are not
sorted correctly. Ideally, they should be sorted using
the local rules, at least ignoring case.
History
Date User Action Args
2006-03-13 17:20:22tobias-herpcreate