-
Notifications
You must be signed in to change notification settings - Fork 560
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][Accessibility ] [Focus is not going to the first accessibility element] #4890
Comments
please review this issue for target Milestone, Inconsistencies & Priority upon triage. |
Hi @jyoti-ms. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions. |
@jwoo-msft assigning to you for initial investigation. Pls update once we do have an action plan for this. Thanks |
Hello @jyoti-ms, Can you be more specific about what's the issue here? If there is an error, the focus will be set on the first input item with an error. For example, if it's input.text, the focus will be set on the input.text and open up a keyboard. |
Hello @jyoti-ms! We need some additional information from you to process this issue. Please see discussion comments above. Thanks! |
@jwoo-msft When user clicks on submit button and if there is an error then, the view is getting scrolled and focus is not going to the first input that has errors. This is happening whenever layout of the superview is changed due to errors. |
Thanks @jyoti-ms for following up on this issue. A member of our triage crew will re-engage as soon as possible to follow up. Thanks. |
@jwoo-msft This issue can be fixed only when action type is known to me on layout change notification. Scenario - Currently layout change notification is sent to the host on button click(Action.ShowCard, Action.Submit, Action.ToggleVisibility). The host would need to have different layout change functions (teams client) based on the type of the action. Thanks! |
🎉This issue is now fixed by #4944 and successfully released as part of our Handy links: |
🎉 Handy links: |
Platform
What platform is your issue or question related to?
Author or host
Teams Mobile Client
Version of SDK
SDK version 2.1.0 (ACv1.3)
Details
When there are errors on the cards after pressing submit action, focus is not going to the first accessibility element (input field) on the card that has error message. Link to video
The text was updated successfully, but these errors were encountered: