ubuntu.com icon indicating copy to clipboard operation
ubuntu.com copied to clipboard

Select lists cannot be operated from the keyboard if they have an onchange handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard

Open Horlix opened this issue 2 years ago • 1 comments

Moving through list items using the arrow keys will jump to another page unexpectedly.

Example URLs:

  • https://ubuntu.com/security/certifications/docs
  • https://ubuntu.com/security/certifications/docs/16-18/cc
  • https://ubuntu.com/security/certifications/docs/16-18/cis

<select name="version-select" id="version-select" onchange="window.location.href=this.value">

Horlix avatar Jul 25 '22 21:07 Horlix