CarouselView icon indicating copy to clipboard operation
CarouselView copied to clipboard

Focus on Element with VerticalTextAlignment causes CarouselView to reset to start

Open GeoSaffer opened this issue 5 years ago • 1 comments
trafficstars

When you have an element like an Entry inside the Carousel, Add VerticalTextAlignment to the Entry and set the value to End.

Run the app and scroll to the CarouselView page that has the Entry in it try and tap on the Entry to get focus. This action causes the CarouselView to jump to the first page.

Because of this, you can not use the element at all since it can't focus on it.

This happens with other elements too.

As soon as you remove the VerticalTextAlignment from the Element, the carousel works fine again

GeoSaffer avatar Jul 14 '20 22:07 GeoSaffer

Let me try to reproduce it.

alexrainman avatar Oct 14 '20 15:10 alexrainman