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

[Bug]: Input fields on form widget takes two TAB keystrokes to switch focus #16009

Open
1 task done
bharath31 opened this issue Aug 15, 2022 · 1 comment
Open
1 task done
Assignees
Labels
All Widgets Issues related to all widgets Bug Something isn't working Form Widget Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@bharath31
Copy link

bharath31 commented Aug 15, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Description

When I press the TAB keystroke on a form widget's input field, the focus does not shift to the next input field. However, pressing TAB again does shift the focus.

Steps To Reproduce

  1. Add a form widget
  2. Add 2-3 input fields to the form widget
  3. Focus on the first input field and press the TAB key
  4. Notice that the focus does not shift to the second input field
  5. Press TAB again
  6. Notice that the focus shifts to the second input field now

Public Sample App

No response

Version

Cloud

@bharath31 bharath31 added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Aug 15, 2022
@bharath31 bharath31 added Form Widget All Widgets Issues related to all widgets A-Force labels Aug 15, 2022
@github-actions github-actions bot added the Widgets Product This label groups issues related to widgets label Aug 15, 2022
@Nikhil-Nandagopal Nikhil-Nandagopal added the Medium Issues that frustrate users due to poor UX label Aug 23, 2022
@dilippitchika
Copy link
Contributor

This happens because labels are also coming under tabs weirdly, we need to fix that. Thanks for bringing this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
All Widgets Issues related to all widgets Bug Something isn't working Form Widget Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

No branches or pull requests

6 participants