alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

Focus on Element with VerticalTextAlignment causes CarouselView to reset to start #580

Open GeoSaffer opened 4 years ago

GeoSaffer commented 4 years ago

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

alexrainman commented 3 years ago

Let me try to reproduce it.