Skip to content

[Android] Fix: TapGestureRecognizer not firing on horizontal ScrollView - #35897

Merged
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
Shalini-Ashokan:fix-28064-horizontal-scroll
Jun 29, 2026
Merged

[Android] Fix: TapGestureRecognizer not firing on horizontal ScrollView#35897
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
Shalini-Ashokan:fix-28064-horizontal-scroll

Fix Android horizontal ScrollView tap gesture

bdc062d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Jun 29, 2026 in 1h 38m 4s

Build #10.0.90-ci+pr.35897.azdo.1485668 had test failures

Details

Tests

  • Failed: 130 (0.70%)
  • Passed: 18,344 (98.55%)
  • Other: 140 (0.75%)
  • Total: 18,614

Annotations

Check failure on line 399 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L399

Test suite had 1 failure(s).

Check failure on line 402 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L402

PowerShell exited with code '1'.

Check failure on line 794 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L794

Test suite had 1 failure(s).

Check failure on line 797 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L797

PowerShell exited with code '1'.

Check failure on line 1 in SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid

Assert.Equal() Failure: Values differ
Expected: 2
Actual:   -1
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 296
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in TestItemsSourceCollectionChangedInsertBeforeSelected

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

TestItemsSourceCollectionChangedInsertBeforeSelected

Test failed

Check failure on line 1 in TestSelectedIndexAssignedItemsSourceCollectionChangedInsert

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

TestSelectedIndexAssignedItemsSourceCollectionChangedInsert

Assert.Equal() Failure: Values differ
Expected: 4
Actual:   3
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.TestSelectedIndexAssignedItemsSourceCollectionChangedInsert() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 752
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in PickerPreservesSelectedItemAfterRemovingItemBeforeSelection

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

PickerPreservesSelectedItemAfterRemovingItemBeforeSelection

Assert.Equal() Failure: Values differ
Expected: 1
Actual:   2
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.PickerPreservesSelectedItemAfterRemovingItemBeforeSelection() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 1018
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)