-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] CollectionView initial selection is broken #13592
Comments
@jsuarezruiz @hartez I'd really appreciate some correspondence on these four CollectionView bugs I have opened: I spent a ton of time isolating the issues and making repro projects for them, and I need some kind of resolution as I have a hard time finish up my work here before they are resolved. So I'd really appreciate some comments on time estimates, or any kind of correspondence regarding them. |
Hi guys. Any chance the initial selection could be fixed? Thanks! |
@hartez @jsuarezruiz Hi. Do you guys think that initial selection could be fixed in CollectionViews? This is holding back a ton of stuff in my application. It's VERY VERY hard to write applications currently when you can't control list selections. Please!!! Thank you. |
@hartez @jsuarezruiz Hi. I don't think I can finish my application unless initial selection is fixed for the CollectionView. Selection is an important concept and I don't think one can make apps without it working. Any chance this could get fixed? Let me know if something is not clear in the repro project. Thank you. |
Hi @hartez and @jsuarezruiz! Is there any chance this could get fixed at some point? Thank you! |
@hartez @jsuarezruiz Pinging about this yet again. The CollectionView's initial selection doesn't work so it's not really usable atm. Is there any chance you guys could fix this? This is an absolute blocker for me and probably quite a lot of other people. Selecting stuff in a CollectionView is a core feature. Thank you! |
Experiencing same problems. Let's hope .NET MAUI fixes all kinds of those dumb bugs. |
Description
When using
SelectionMode="Multiple"
in a CollectionView, the initialSelectedItems
are not processed properly.(
SelectionMode="Single"
+SelectedItem
also seem to be broken in a very similar way, but this report focuses onSelectionMode="Multiple"
. Any fix should preferably fix both selection modes.)Please see the following video:
https://user-images.githubusercontent.com/60286968/106343894-5aad3900-62b0-11eb-9fd0-dd545dcb4c05.mov
To summarise the bugs with initial selection:
Walkthrough of video:
A plea:
This is really breaking my app, so is there any chance this could get fixed soon? Even though not directly related, #8323 touches upon the internals for CollectionView selections, so is there a chance that would fix this issue as well?
Working selection support is an important feature so I am hoping for a prompt fix, if at all possible.
Bonus issue very closely related follows:
Please see the following video:
https://user-images.githubusercontent.com/60286968/106344051-43bb1680-62b1-11eb-802d-9eae280a4824.mov
So for primitive data types the issues are as follows:
Walkthrough of video:
This is on iOS, I didn't test it on Android.
Steps to Reproduce
Run the attached repro project.
For the 'initial selection doesn't work for reference types' bug, click on the list on the left side.
For the 'selection doesn't work at all for value types' bug, click on the list on the right side.
Restart the app when toggling between bugs to clear the log.
Expected Behavior
Actual Behavior
Basic Information
Environment
Show/Hide Visual Studio info
Screenshots
Reproduction Link
CollectionViewSelectionIssue.zip
The text was updated successfully, but these errors were encountered: