Project

General

Profile

Actions

Bug #6158

closed

diag_dump_states.php & others: Prefixes not taken in to consideration while sorting

Added by Johan Bengtsson almost 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/14/2016
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:

Description

Sorting states on packets or Bytes does not the prefixes in consideration.

Example: Sorting states on Bytes in descending order will tell you that a state with only 128 bytes is larger that 3k bytes.

Actions #1

Updated by Jim Thompson almost 8 years ago

  • Assignee set to Anonymous
Actions #2

Updated by Anonymous almost 8 years ago

  • Subject changed from Prefixes not taken in to consideration while sorting to diag_dump_states.php & others: Prefixes not taken in to consideration while sorting
  • Status changed from New to Assigned
  • Target version set to Future
  • Affected Version set to 2.3

A temporary work-around has been provided. The packets, bytes and actions column have been set to be NOT sortable.

This issue requires a better solution in which the data is normalized and added to the <td> via a data-sortable attribute.

e.g.:

<td>23KiB</td>

should become

<td data-sortable="23552"><23KiB</td>

This requires some research/thought since there are a number of affected pages, and several potential formats.

Actions #3

Updated by Anonymous almost 8 years ago

  • Status changed from Assigned to Feedback
  • % Done changed from 0 to 100
Actions #4

Updated by Anonymous almost 8 years ago

  • Status changed from Feedback to Resolved
Actions #5

Updated by Chris Buechler over 7 years ago

  • Target version deleted (Future)
Actions

Also available in: Atom PDF