You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
My app always worked without any problems. Now problems have suddenly occurred on certain hardware when I want to enter data in an entry - the app freezes completely. After a lot of testing, I discovered that this only happens if you want to use an element (like an entry or something similar) within a frame.
The same code works on other OS versions - so please look which Environment you should use to reproduce
Steps to Reproduce
Create a Xamarin.Forms App (v5)
Place the followon code in e.g. MainWindow.xaml: <Frame HasShadow="false" CornerRadius="0" BackgroundColor="White" Padding="0"> <StackLayout> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> </StackLayout> </Frame>
Start the application on the specific platform I describe on the bottom of this description
Try to click on all entries with the pointer (dont use tab key)
Expected Behavior
We can type text in all entrys.
Actual Behavior
The app freezes after clicking on second entry.
Basic Information
Version with issue: 5.0.0.2196
Last known good version: 5.0.0.2196
Environment
Windows 10 version 22H2 build 19045.3803
The text was updated successfully, but these errors were encountered:
Description
My app always worked without any problems. Now problems have suddenly occurred on certain hardware when I want to enter data in an entry - the app freezes completely. After a lot of testing, I discovered that this only happens if you want to use an element (like an entry or something similar) within a frame.
The same code works on other OS versions - so please look which Environment you should use to reproduce
Steps to Reproduce
<Frame HasShadow="false" CornerRadius="0" BackgroundColor="White" Padding="0"> <StackLayout> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> </StackLayout> </Frame>
Expected Behavior
We can type text in all entrys.
Actual Behavior
The app freezes after clicking on second entry.
Basic Information
Environment
Windows 10 version 22H2 build 19045.3803
The text was updated successfully, but these errors were encountered: