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

[iOS] Entry field Enter does not always move to next field #11702

Closed
Tracked by #11703
PureWeen opened this issue Nov 28, 2022 · 1 comment · Fixed by #11914
Closed
Tracked by #11703

[iOS] Entry field Enter does not always move to next field #11702

PureWeen opened this issue Nov 28, 2022 · 1 comment · Fixed by #11914
Assignees
Labels
area-controls-entry Entry fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/iOS 🍎 t/bug Something isn't working
Milestone

Comments

@PureWeen
Copy link
Member

PureWeen commented Nov 28, 2022

Description

We fix this behavior for Android but iOS doesn't provide anything out of the box for this. With XF this was added into iOS after we implemented TabIndex so it was just piggy backing off of TabIndex. The problem with TabIndex is that it completely broke accessibility if you used it anywhere in your entire app, so we need to find an approach here that's less of a sledgehammer.

Steps to Reproduce

  • Add two entries to a VerticalStackLayout
  • Set the "ReturnType" to "Next"

Link to public reproduction project repository

N/A

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS

Did you find any workaround?

https://github.com/PureWeen/ShanedlerSamples

Relevant log output

No response

@PureWeen PureWeen added the t/bug Something isn't working label Nov 28, 2022
@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Nov 28, 2022
@hartez hartez moved this to Todo in MAUI SDK Ongoing Nov 28, 2022
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Nov 29, 2022
@ghost
Copy link

ghost commented Nov 29, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@PureWeen PureWeen moved this from Todo to In Progress in MAUI SDK Ongoing Dec 5, 2022
@github-project-automation github-project-automation bot moved this from In Progress to Done in MAUI SDK Ongoing Feb 6, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! label Feb 22, 2023
@samhouts samhouts modified the milestones: Backlog, 8.0-preview1 Feb 22, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 24, 2023
@Eilon Eilon added area-controls-entry Entry and removed legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor labels May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-entry Entry fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants