unoplatform / Uno.Gallery

The Uno Platform Gallery application
https://platform.uno/
Other
148 stars 41 forks source link

[Gallery][Android]TreeView-when click on the arrow sign the Tree view is not opening for 'Pictures' section in the 'customized Tree view with options'. #1053

Open sakshi173 opened 7 months ago

sakshi173 commented 7 months ago

Current behavior

https://github.com/unoplatform/uno/assets/74563602/1ce1e09a-0186-48c1-819e-67fa054c2835

Expected behavior

https://github.com/unoplatform/uno/assets/74563602/ce269963-f7e1-4b2a-b547-931831068649

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

  1. Open Uno Gallery APP
  2. Tap "Treeview" from the "Component" list.
  3. Go to'Customized TreeView with options'
  4. Go to 'Pictures' Treeview section.
  5. Click on the arrow(>) sign to open treeview.
  6. Notice that the treeview is not opening.

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

Android

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

morning4coffe-dev commented 7 months ago

@MartinZikmund I couldn't replicate this on the latest master (5.0.0-dev.2366):

https://github.com/unoplatform/Uno.Gallery/assets/78549750/5531fb6c-8382-4ed3-b919-a63e79314563

However, when I update the packages to the latest preview, I notice a significant regression originating from Uno. The TreeView now works very poorly on Android (and possibly iOS too; I will test it there as well) (5.1.0-dev.879):

https://github.com/unoplatform/Uno.Gallery/assets/78549750/9769a23a-ed27-482b-a0a8-c0806646cd86

MartinZikmund commented 7 months ago

That is definitely worth investigating then - please try the TreeView sample pages in Samples app to see whether it is happening there too

morning4coffe-dev commented 2 weeks ago

@MartinZikmund I forgot to look into this more, I will test out TreeView with 5.3/5.4 to see if some of the issues were fixed.