Frontmatter
| id | 447 |
| title | Neo.vdom.Helper: sort array |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 10, 2020, 11:16 AM |
| updatedAt | Apr 10, 2020, 12:11 PM |
| githubUrl | https://github.com/neomjs/neo/issues/447 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 10, 2020, 12:11 PM |
well, kind of a mix between a feature request and a bug.
in case we sort the covid dashboard with 211 rows, we get an array of deltas to move each TR tag now. these deltas are ordered by their old index. either the deltas do not fit inside one RAF or something else is happening here, but the order is no longer correct when sorting.
looking into it (does not affect the online demos yet).