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

Read only Editor is editable when Next from on screen keyboard #22079

Open
DennisWelu opened this issue Apr 26, 2024 · 0 comments
Open

Read only Editor is editable when Next from on screen keyboard #22079

DennisWelu opened this issue Apr 26, 2024 · 0 comments
Labels
area-controls-entry Entry good first issue Good for newcomers platform/iOS 🍎 t/bug Something isn't working
Milestone

Comments

@DennisWelu
Copy link

Description

If you have a read only Editor after an Entry field with ReturnType="Next", the on-screen keyboard will both enter you into the Editor AND it will be editable. This only happens if focus is shifted from the on screen keyboard. Tap into the Editor directly and it works as you would expect.

Steps to Reproduce

Just add both an Entry and an Editor to your UI like this:

<VerticalStackLayout Spacing="25">
            <Entry Placeholder="This is editable" ReturnType="Next" />
            <Editor Placeholder="This is read only" IsReadOnly="True" />
</VerticalStackLayout>

Then run...

Tap into the Entry, see the on screen keyboard appear. Tap "Next".

Observe that you can now edit the read only Editor text.

Link to public reproduction project repository

https://github.com/DennisWelu/EditableReadOnlyEditor

Version with bug

8.0.20 SR4

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

Not yet

Relevant log output

No response

@DennisWelu DennisWelu added the t/bug Something isn't working label Apr 26, 2024
@PureWeen PureWeen added legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-controls-entry Entry good first issue Good for newcomers labels Apr 26, 2024
@PureWeen PureWeen added this to the Backlog milestone Apr 26, 2024
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-entry Entry good first issue Good for newcomers platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants