View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
1763 | RackTables | default | public | 2017-06-03 17:20 | 2017-08-18 15:56 |
Reporter | dmnmitsupu | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 0.20.14 | ||||
Summary | 1763: Tag Sorting in Drop Down | ||||
Description | Tags are not sorted alphabetically in drop down menu to select tags. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Browsing around demo.racktables.org, the tags look sorted to me. Please provide steps to reproduce and/or screenshots. | |
Closing ticket, please re-open if you can provide steps to reproduce the sorting issue. | |
Sorry I missed your reply on the 9th. Here is my convo with Dennis back In June: Denis Ovsienko denis@ovsienko.info via freelists.org Jun 2 to racktables-use. ---- On Thu, 01 Jun 2017 15:48:14 +0100 Chris James<chris@datacate.com> wrote ---- > Hi all, > > I am noticing as we are using more and more tags for the first time they do not appear in alphabetical order when selecting from the drop down. Is it possible to fix this or is this a setting I am missing? Hello Chris. I have poked around relevant bits of code a little and found two cases where the tags sort order is not alphabetical (it is not the same even between those two cases). This looks like a bug but I could not see a proper solution for it today. |
|
Screenshot |
|
Also - This still exists in 20.14 as well. I am unable to update the version in the ticket. | |
What I remember is that the very first implementation of tags in RackTables used PHP sorting. Quite soon it turned out the sorting only worked well for the 7-bit ASCII tags because PHP at that time wasn't equipped to compare UTF-8 strings properly (the fact this bug exists and my comment above may be due the same reason still standing, I cannot tell reliably right now). As a solution to that problem I changed the code to make the MySQL server sort the tags (traditionally it gets character sets much better) and then in PHP to save the order of the table row into "ci" (collation index) PHP array key such that a simple numeric sorting by that key would reproduce the MySQL order. For a while that worked quite well. A few years later the "ci" key was removed, probably because it was blocking some other internal change, and some other PHP-level code put into place to sort the tags, I presume that time it worked otherwise there would be bug reports. But apparently right now it does not work as intended. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-06-03 17:20 | dmnmitsupu | New Issue | |
2017-08-09 05:54 | adoom42 | Note Added: 0003665 | |
2017-08-09 05:54 | adoom42 | Status | new => feedback |
2017-08-09 05:54 | adoom42 | Summary | Tag Soring in Drop Down => Tag Sorting in Drop Down |
2017-08-18 05:33 | adoom42 | Note Added: 0003675 | |
2017-08-18 05:34 | adoom42 | Assigned To | => adoom42 |
2017-08-18 05:34 | adoom42 | Reproducibility | always => unable to reproduce |
2017-08-18 05:34 | adoom42 | Status | feedback => closed |
2017-08-18 05:34 | adoom42 | Resolution | open => unable to reproduce |
2017-08-18 05:43 | dmnmitsupu | Status | closed => feedback |
2017-08-18 05:43 | dmnmitsupu | Resolution | unable to reproduce => reopened |
2017-08-18 05:43 | dmnmitsupu | Note Added: 0003677 | |
2017-08-18 05:45 | dmnmitsupu | File Added: Capture.PNG | |
2017-08-18 05:45 | dmnmitsupu | Note Added: 0003679 | |
2017-08-18 05:45 | dmnmitsupu | Status | feedback => assigned |
2017-08-18 05:47 | dmnmitsupu | Note Added: 0003681 | |
2017-08-18 06:27 | adoom42 | Assigned To | adoom42 => |
2017-08-18 06:27 | adoom42 | Reproducibility | unable to reproduce => always |
2017-08-18 06:27 | adoom42 | Status | assigned => acknowledged |
2017-08-18 06:27 | adoom42 | Resolution | reopened => open |
2017-08-18 06:27 | adoom42 | Product Version | 0.20.13 => 0.20.14 |
2017-08-18 15:56 | infrastation | Note Added: 0003683 |