Skip to content

Conversation

@kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Mar 15, 2024

Issues Fixed

Fixes #19831

Before After
bug.mov
fixed.mov

@kubaflo kubaflo requested a review from a team as a code owner March 15, 2024 11:36
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Mar 15, 2024
@kubaflo kubaflo changed the title [Android] Menu item is not disappear when switch on another tab - fix [Android] Action mode menu doesn't disappear when switch on another tab - fix Mar 15, 2024
@jsuarezruiz
Copy link
Contributor

/azp run MAUI-UITests-public

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

if (app is null)
return;

var actions = new TouchAction(app.Driver);
Copy link
Contributor

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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@dotnet dotnet deleted a comment from azure-pipelines bot Jun 12, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo kubaflo self-assigned this Mar 8, 2025
@PureWeen PureWeen changed the base branch from main to inflight/current April 22, 2025 22:32
@PureWeen PureWeen merged commit 945b326 into dotnet:inflight/current Apr 22, 2025
PureWeen pushed a commit that referenced this pull request Apr 23, 2025
…ab - fix (#21231)

* [Android] Action mode menu doesn't disappear fix (#19831)

* Added a UI test (#19831)

* Update Issue19831.cs

* Update Issue19831.cs

* Update test

* Updated the test

---------

Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
github-actions bot pushed a commit that referenced this pull request Apr 28, 2025
…ab - fix (#21231)

* [Android] Action mode menu doesn't disappear fix (#19831)

* Added a UI test (#19831)

* Update Issue19831.cs

* Update Issue19831.cs

* Update test

* Updated the test

---------

Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
PureWeen pushed a commit that referenced this pull request May 2, 2025
…ab - fix (#21231)

* [Android] Action mode menu doesn't disappear fix (#19831)

* Added a UI test (#19831)

* Update Issue19831.cs

* Update Issue19831.cs

* Update test

* Updated the test

---------

Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
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>
@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-toolbar ToolBar community ✨ Community Contribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Menu item is not disappear when switch on another tab

4 participants