Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double tapping Editor control locks app when deployed to iPad. #25975

Open
King-Taz opened this issue Nov 20, 2024 · 1 comment
Open

Double tapping Editor control locks app when deployed to iPad. #25975

King-Taz opened this issue Nov 20, 2024 · 1 comment
Labels
area-controls-editor Editor platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@King-Taz
Copy link

King-Taz commented Nov 20, 2024

Description

Double tapping the Editor locks the app up completely when deployed to iPad. This occurs for both net 8 and 9 and is reproducible using simulator and physical device. iPhones do not appear to be affected by this. Entry control works well and does not lock up the app. Editor and Entry controls can be added to the demo Maui app as below to duplicate the issue.

Steps to Reproduce

Add Editor and Entry controls to the demo maui app as below and run the app. Double tap on Entry control to verify it works well. Double tap on Editor control and lock your app up!

    <ScrollView>
        <VerticalStackLayout
            Padding="30,0"
            Spacing="25">
            <Image
                Source="dotnet_bot.png"
                HeightRequest="185"
                Aspect="AspectFit"
                SemanticProperties.Description="dot net bot in a hovercraft number nine" />

            <Label
                Text="Hello, World!"
                Style="{StaticResource Headline}"
                SemanticProperties.HeadingLevel="Level1" />

            <Label
                Text="Welcome to &#10;.NET Multi-platform App UI"
                Style="{StaticResource SubHeadline}"
                SemanticProperties.HeadingLevel="Level2"
                SemanticProperties.Description="Welcome to dot net Multi platform App U I" />

            <Button
                x:Name="CounterBtn"
                Text="Click me" 
                SemanticProperties.Hint="Counts the number of times you click"
                Clicked="OnCounterClicked"
                HorizontalOptions="Fill" />

            <Editor Text="Hello" FontSize="24" VerticalOptions="Center" HorizontalTextAlignment="Center" HorizontalOptions="FillAndExpand" AutoSize="TextChanges"/>

            <Entry Text="Hello" FontSize="24" VerticalOptions="Center" HorizontalTextAlignment="Center" HorizontalOptions="FillAndExpand" />

        </VerticalStackLayout>
    </ScrollView>
,,,

### Link to public reproduction project repository

_No response_

### Version with bug

9.0.10 SR1

### Is this a regression from previous behavior?

Not sure, I know its present in net8 and net9

### Last version that worked well

unknown, i only started maui at net8

### Affected platforms

iOS, specifically iPadOS which is slightly different than iPhoneOS

### Affected platform versions

iPadOS

### Did you find any workaround?

No work around yet

### Relevant log output

```shell

@King-Taz King-Taz added the t/bug Something isn't working label Nov 20, 2024
@Zhanglirong-Winnie Zhanglirong-Winnie added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Nov 21, 2024
@Zhanglirong-Winnie
Copy link

This issue has been verified using Visual Studio 17.13 Preview 1(9.0.10 & 8.0.100). Can repro this issue on iOS iPad(18.1 & 17.5) platform.
Image

@PureWeen PureWeen added this to the .NET 9 SR2 milestone Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-editor Editor platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants