maui icon indicating copy to clipboard operation
maui copied to clipboard

Menu item is not disappear when switch on another tab

Open andreykoniukh opened this issue 7 months ago • 3 comments

Description

I have Flyout item with 2 Tabs. In Both Tab I created List View with Menu Items. I Hold on list ITem and See context menu with menu items. Now I click on second Tab Menu Items are still showing

Steps to Reproduce

Use attached repository.

  1. Open App and long press any list Item to see context menu
  2. click on second tab header and see second tab with own list items but with context menu opened in Top Bar

Link to public reproduction project repository

https://github.com/andreykoniukh/MAuiManu

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android API 34

Did you find any workaround?

No response

Relevant log output

No response

andreykoniukh avatar Jan 11 '24 13:01 andreykoniukh

Can you test with the latest nightly build? https://github.com/dotnet/maui/wiki/Nightly-Builds

PureWeen avatar Jan 11 '24 19:01 PureWeen

Hi @andreykoniukh. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

ghost avatar Jan 11 '24 19:01 ghost

@PureWeen Hi! checked with 8.0.6-nightly.9851

https://github.com/dotnet/maui/assets/9675313/a214ef99-8a48-4522-b642-7bb03bfcdb89

same behavior

andreykoniukh avatar Jan 12 '24 06:01 andreykoniukh

Verified this on Visual Studio Enterprise 17.10.0 Preview 1(8.0.6). Repro on Android 14.0-API34 with below Project: MAuiMenu.zip

XamlTest avatar Feb 19 '24 08:02 XamlTest