Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

App freezes on Windows (UWP) when using Frame #15849

Open
ViiPay opened this issue Dec 15, 2023 · 0 comments
Open

App freezes on Windows (UWP) when using Frame #15849

ViiPay opened this issue Dec 15, 2023 · 0 comments
Labels
s/unverified New report that has yet to be verified t/bug 🐛

Comments

@ViiPay
Copy link

ViiPay commented Dec 15, 2023

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

  1. Create a Xamarin.Forms App (v5)
  2. 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>
  3. Start the application on the specific platform I describe on the bottom of this description
  4. 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

@ViiPay ViiPay added s/unverified New report that has yet to be verified t/bug 🐛 labels Dec 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

1 participant