Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P PIM IncidenceEditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PIM
  • PIM IncidenceEditor
  • Merge requests
  • !31

Fix keyboard focus-change order

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Glen Ditchfield requested to merge gditchfield/incidenceeditor:tab-order into release/22.04 Mar 30, 2022
  • Overview 2
  • Commits 1
  • Pipelines 4
  • Changes 2

With version 5.19.3, using the keyboard to move between the Calendar and Summary fields is a bit off.

  • Generally the user must press Tab or Shift-Tab twice. Removing some properties from the Category label fixes that, and also removes an underline from the 'd' in the 'Calendar' label.

  • If the Attachments tab is visible, the user must press the key three times; focus moves to the attachment list before reaching the final destination. Adding a setTabOrder() fixes that.

BUG: 331543

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: tab-order