Xamarin.forms: [Bug] UWP ScrollView touch not reflecting the current position

Created on 27 Jun 2020  路  8Comments  路  Source: xamarin/Xamarin.Forms

Description

The touch stays at the original position even after scrolling (UWP only)

Basic Information

  • Version with issue: XF 4.7.0.968
  • Last known good version: XF 4.6.0.967

This bug is a bummer and should not happen in an official release!

2 UWP bug

All 8 comments

This issue must have been fixed by https://github.com/xamarin/Xamarin.Forms/pull/11207

@jsuarezruiz any ETA for this one? can we get at least a pre release package to test?

Hi guys.

Any news about this issue?

it seems to be fixed with the today's update. can you please test your case also? for me looks fine

@EmilAlipiev unfortunately this is not working for my case. The scenario is the following. Suppose we have several entries, labels inside the scroll view. When the page is loaded and I scroll down and then tap on any child ("Nonfocusable itself" like a label) the scroll goes up. I have created a bug report.

the focus bug is only partly fixed, clicking on a label moves the focus to the top entry

closed by #11207

@jsuarezruiz @samhouts any news about this issue?
the focus still moves to the first focusable element (ScrollBar moves up as well) when clicking on a label as example

Was this page helpful?
0 / 5 - 0 ratings