-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Android] Action mode menu doesn't disappear when switch on another tab - fix #21231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Action mode menu doesn't disappear when switch on another tab - fix #21231
Conversation
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
| if (app is null) | ||
| return; | ||
|
|
||
| var actions = new TouchAction(app.Driver); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test requires changes, we are using now the latest appium version where TouchAction is deprecated. Must use ActionSequence. Can find several samples in the repo. Let me know if need help or want me to update it.
D:\a\_work\1\s\src\Controls\tests\UITests\Tests\Issues\Issue19831.cs(28,21): error CS0618: 'TouchAction' is obsolete: 'TouchAction is deprecated, please use W3C actions instead: http://appium.io/docs/en/commands/interactions/actions/' [D:\a\_work\1\s\src\Controls\tests\UITests\Controls.AppiumTests.csproj::TargetFramework=net8.0]
1 Error(s)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
…ab - fix (dotnet#21231) * [Android] Action mode menu doesn't disappear fix (dotnet#19831) * Added a UI test (dotnet#19831) * Update Issue19831.cs * Update Issue19831.cs * Update test * Updated the test --------- Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
Issues Fixed
Fixes #19831
bug.mov
fixed.mov