Legends
Legends
Two issues: 1.) Search: Happens on win and android. When you search for dogs on Dogs page, it shows cats instead of dogs. The searchhandler seem to be configured correctly....
**This issue is tied to jQuery 3.1.1** This issue does not happen with jQuery 2.1.1 or at least it's not that recognizable. Unfortunately I cannot reproduce it when using jsFiddle...,...
### Description Here is the original issue: https://github.com/dotnet/maui-samples/issues/403 **Doesn't work on Windows** Works on Android, didn't test on others. [Here a reproduction example](https://github.com/dotnet/maui-samples/tree/main/8.0/UserInterface/Layouts/AbsoluteLayoutDemos). The `MainPage `contains a `TableView `control where...
Taken from the wpf examples => DataGrid => Interactive Features => Context Menu: https://github.com/user-attachments/assets/cfe0dd3a-7f65-40ea-8529-5833a984453a Right-click on a row, causes the context menu to flicker. How can this be prevented?