Skip to content

Fix OnNavigatedTo not firing after PopModalAsync when tab is changed inside modal#35803

Merged
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
praveenkumarkarunanithi:fix-35756-main
Jun 11, 2026
Merged

Fix OnNavigatedTo not firing after PopModalAsync when tab is changed inside modal#35803
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
praveenkumarkarunanithi:fix-35756-main

fix and test update

10cb3ca
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 12, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Repository Errors

Known Infrastructure Errors

Build Failures

maui-pr-uitests / Android UITests / Controls (API 30) / Controls (API 30) CollectionView / Publish the android_ui_tests_controls_30 test results

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

maui-pr-uitests / macOS UITests / Controls / Controls CollectionView / Publish the mac_ui_tests_controls test results

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

maui-pr-devicetests / net10.0 Android Helix Tests (Mono) / Run DeviceTests Android (Mono) / DeviceTestsAndroid (Windows)

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌PowerShell exited with code '1'.

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr-uitests] [maui-pr-devicetests]

Test Failures (6 tests failed)

🔹 [All failing tests from maui-pr-devicetests]

🔹 [All failing tests from maui-pr-uitests]

    ⚠️ 1 failing tests not displayed for this pipeline due to space limitations

    Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests(Android).VerifyGroupItemScrollToByIndexWithEndPositionAndHorizontalGrid_Potato [Details] [0.38% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
      Assert.That(App.WaitForElement("LastIndexLabel").GetText(), Is.EqualTo("30"))
      String lengths are both 2. Strings differ at index 0.
      Expected: "30"
      But was:  "51"
      -----------^
    
    CallStack
       at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyGroupItemScrollToByIndexWithEndPositionAndHorizontalGrid_Potato() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 3623
    

    1) at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyGroupItemScrollToByIndexWithEndPositionAndHorizontalGrid_Potato() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 3623

Was this helpful? Yes No