Skip to content

Fix for GetPosition truncates fractional coordinates to integers In OnTapped Event on iOS and MacCatalyst - #35949

Merged
kubaflo merged 3 commits into
dotnet:inflight/currentfrom
SuthiYuvaraj:Fix-Tapdecimal
Jul 1, 2026
Merged

Fix for GetPosition truncates fractional coordinates to integers In OnTapped Event on iOS and MacCatalyst#35949
kubaflo merged 3 commits into
dotnet:inflight/currentfrom
SuthiYuvaraj:Fix-Tapdecimal

Update Issue35943.cs

59a7938
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Jul 1, 2026 in 1h 26m 53s

Build #10.0.90-ci+pr.35949.azdo.1490705 had test failures

Details

Tests

  • Failed: 88 (0.47%)
  • Passed: 18,428 (98.78%)
  • Other: 140 (0.75%)
  • Total: 18,656

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 PickerRetainsSelectionWhenUnselectedItemIsRemovedFromItemsSource

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

PickerRetainsSelectionWhenUnselectedItemIsRemovedFromItemsSource

Assert.Equal() Failure: Values differ
Expected: 1
Actual:   2
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.PickerRetainsSelectionWhenUnselectedItemIsRemovedFromItemsSource() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 1088
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   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 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.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   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 753
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   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)