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

UISwitch doesn't toggle the first time if you have VoiceOver enabled #11543

Closed
PureWeen opened this issue Nov 21, 2022 · 1 comment · Fixed by #10948
Closed

UISwitch doesn't toggle the first time if you have VoiceOver enabled #11543

PureWeen opened this issue Nov 21, 2022 · 1 comment · Fixed by #10948
Assignees
Labels
area-controls-switch Switch platform/iOS 🍎 t/a11y Relates to accessibility t/bug Something isn't working

Comments

@PureWeen
Copy link
Member

PureWeen commented Nov 21, 2022

Description

The code we use to try and auto close the keyboard when clicking off of an entry field currently causes the UISwitch to not toggle the first time you interact with it.

If you take the following code

 <VerticalStackLayout>
        <Switch WidthRequest="50"></Switch>
    </VerticalStackLayout>
  • Turn on VO
  • Navigate to switch
  • double tap
  • nothing happens
  • double tap again and now it works fine.
@PureWeen PureWeen added t/bug Something isn't working platform/iOS 🍎 legacy-area-a11y Relates to accessibility labels Nov 21, 2022
@PureWeen PureWeen added this to the Backlog milestone Nov 21, 2022
@ghost
Copy link

ghost commented Nov 21, 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 to Todo in MAUI SDK Ongoing Dec 6, 2022
@PureWeen PureWeen self-assigned this Dec 13, 2022
@Redth Redth moved this from Todo to In Progress in MAUI SDK Ongoing Jan 11, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in MAUI SDK Ongoing Jan 12, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 11, 2023
@samhouts samhouts modified the milestones: Backlog, .NET 8 May 24, 2023
@Eilon Eilon added t/a11y Relates to accessibility area-controls-switch Switch and removed legacy-area-a11y Relates to accessibility labels May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-switch Switch platform/iOS 🍎 t/a11y Relates to accessibility t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants