[Android] Action mode menu doesn't disappear when switch on another tab - fix#21231
Merged
PureWeen merged 8 commits intodotnet:inflight/currentfrom Apr 22, 2025
Merged
Conversation
Contributor
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
dustin-wojciechowski
previously approved these changes
May 10, 2024
jsuarezruiz
suggested changes
May 13, 2024
| if (app is null) | ||
| return; | ||
|
|
||
| var actions = new TouchAction(app.Driver); |
Contributor
There was a problem hiding this comment.
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)
PureWeen
reviewed
May 13, 2024
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
jsuarezruiz
approved these changes
Jun 12, 2024
SuthiYuvaraj
pushed a commit
to SuthiYuvaraj/maui
that referenced
this pull request
May 9, 2025
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues Fixed
Fixes #19831
bug.mov
fixed.mov