Opened 8 months ago
Closed 7 months ago
#385 closed bug (fixed)
Selected item behaviour when sorting a listview
Reported by: | jPV | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 5.0-2018R2 |
Component: | List.mui | Version: | 5.0-2017R4 |
Severity: | minor | Keywords: | |
Cc: | OS Platform: | undefined | |
Blocked By: | Blocking: | ||
Release Notes: |
Description
Summary
If I have a selected item in a listview and sort the listview (programmatically from Hollywood in my case), the selection doesn't follow the item if it moves to a new position.
According my betatester this happens with the MUI 5.0-2017R4, but it does not happen on my MUI from OS4.1FE. So sounds like it's got broken at some point.
I don't know if this got already fixed with the similar issue with active item sorting (bug #384)
Steps to reproduce
- Select an item in a listview, let's say the bottom one
- Sort the listview so that position of the previously selected item changes, let's say that the item in the step 1 will be at top after sorting
Expected results
The item at top should be selected
Actual results
The bottom item is selected
Notes
Here is a test executable: http://jpv.wmhost.com/testi/select/selectiontestsort
And it requires this in the same dir: http://jpv.wmhost.com/testi/select/muiroyale.hwp
For my OS4.1FE default MUI it reports ("Selected item" lines):
"Selected item is 2"
"Selected item is 0"
But for 5.0-2017R4 it reports:
"Selected item is 2"
"Selected item is 2"
Change History (1)
comment:1 Changed 7 months ago by
Milestone: | future release → 5.0-2018R2 |
---|---|
Priority: | undecided → normal |
Resolution: | → fixed |
Status: | new → closed |
This issue has been fixed in r6298 already and hence in the recent nightly builds.