Skip to content

[iOS] ScrollView: Clamp ScrollTo requests against AdjustedContentInset - #37060

Merged
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
albyrock87:fix-36801-scrollto-adjustedinsets
Aug 10, 2026
Merged

[iOS] ScrollView: Clamp ScrollTo requests against AdjustedContentInset#37060
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
albyrock87:fix-36801-scrollto-adjustedinsets

Gate element requests on arranged geometry; single event raise per re…

e3f386a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 10, 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.

Build Failures

maui-pr-uitests / Build UITests Sample App / Build Sample App / Build the samples

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/UIContainerCell.cs(17,22): Error MEM0002: Member '_viewResource' could cause memory leaks in an NSObject subclass. Remove the member, store the value as a WeakReference, or add the [UnconditionalSuppressMessage("Memory", "MA0002")] attribute with a justification as to why the member will not leak.
    ❌src/Controls/src/Core/Handlers/Items/iOS/MauiCollectionView.cs(49,15): Error MEM0002: Member '_contentOffsetObserver' could cause memory leaks in an NSObject subclass. Remove the member, store the value as a WeakReference, or add the [UnconditionalSuppressMessage("Memory", "MA0002")] attribute with a justification as to why the member will not leak.
    ❌src/Controls/src/Core/Compatibility/Handlers/NavigationPage/iOS/NavigationRenderer.cs(1410,17): Error MEM0002: Member '_largeTitleProxyScrollView' could cause memory leaks in an NSObject subclass. Remove the member, store the value as a WeakReference, or add the [UnconditionalSuppressMessage("Memory", "MA0002")] attribute with a justification as to why the member will not leak.

maui-pr-uitests / Android UITests CoreClr / Controls (API 30) / Controls (API 30) Border,BoxView,Brush,Button / Controls (API 30) Border,BoxView,Brush,Button

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

maui-pr-uitests / Android UITests CoreClr / Controls (API 30) / Controls (API 30) Border,BoxView,Brush,Button / 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.

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

Test Failures (268 tests failed)

🔹 [All failing tests from maui-pr]

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

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

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

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

Was this helpful? Yes No