uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

Bug with Single-Item Selection with ComboBox

Open modula2019 opened this issue 1 year ago • 7 comments

Current behavior

I am following the instructions in the documentation below to implement selection in a combobox. I discover that combobox is able to identify item firstly selected and the items above it. The items below the firstly selected item are ignored. I see this as a bug because this is not what it is intended to do.

https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/Advanced/Selection.html#implement-selection-in-the-peopleapp

Expected behavior

The expected behaviour should be to identify every selection when it is made.

How to reproduce it (as minimally and precisely as possible)

UnoApp1.zip

A sample repo is attached here to check the behavior. The ComboBoxPage.xaml is the affected page

Environment

Nuget Package (s):

Package Version(s):

Affected platform(s):

  • [ ] iOS
  • [ ] macOS (AppKit)
  • [ ] Mac Catalyst
  • [ ] Android
  • [ ] WebAssembly
  • [x] Windows
  • [ ] Skia (WPF)
  • [x] Skia (GTK on Linux/macOS/Windows)
  • [ ] Skia (Linux Framebuffer)
  • [ ] Build tasks

Visual Studio:

  • [ ] 2019 (version: )
  • [x] 2022 (version: )
  • [ ] Visual Studio Code (version: )
  • [ ] Rider Windows (version: )
  • [ ] Rider macOS (version: )

Relevant plugins:

  • [ ] Resharper (version: )

Anything else we need to know?

None. Everything needed is already supplied

modula2019 avatar Jun 25 '24 20:06 modula2019