nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
RadListView item reodering is not working when grouping is enabled.
Please, provide the details below:
Tell us about the problem
RadListView item reodering is not working when grouping is enabled.
Which platform(s) does your issue occur on?
Only tested on Android (but possibly Both)
Please provide the following version numbers that your issue occurs with:
- Progress NativeScript UI plugin version: 6.3.0
- CLI: 5.0.0
- Cross-platform modules: 5.2.2.
- Runtime(s): 5.2.1 Android and 5.2.0 iOS
Please tell us how to recreate the issue in as much detail as possible.
Here is the Playground
If you remove :groupingFunction="groupingFunction"
reordering will function as expected. With grouping enabled, reordering starts acting in a weird way - reported indexes are off (it seems as if the groups have their own index), onItemReordered event is fired twice and there are some glitches which you can observe on the screen if you run it on your phone.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Please see above
There is also an issue with reordering - using the same example as above - if one reorders an element within the list, the @itemReordered event is fired twice (confirmed by the console output).
There is also an issue with reordering - using the same example as above - if one reorders an element within the list, the @itemReordered event is fired twice (confirmed by the console output).
This still seems to be the issue one year later in "nativescript-ui-listview": "^9.0.4"
I am suddenly getting this @itemReordered event is fired twice (both iOS and Android). Did not think I'd been getting it until just now.