Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Enabling keyboard navigation prevents form dropdowns in Fancybox from being navigable with up/down keys #2213

Closed
ginaNoticed opened this issue Mar 11, 2019 · 0 comments

Comments

@ginaNoticed
Copy link

ginaNoticed commented Mar 11, 2019

Describe the bug
I have a form I am loading into Fancybox. With keyboard navigation enabled, I am unable to cycle through options in an HTML select using the up/down keys.

To Reproduce
Steps to reproduce the behavior:

  1. Option 'keyboard: true'
  2. Load content with form dropdown (select)
  3. Attempt to change value of dropdown using keyboard up/down arrows
  4. Nothing happens

Expected behavior
Should be able to change the value of the dropdown using the keyboard up/down arrows

Additional context
This is an accessibility issue. I assume the keyboard navigation option was added for accessibility reasons, so I'd like to keep it on, but it creates an additional accessibility issue with using the keyboard to perform tasks.

(Fancybox 3)

jeremiah-rs added a commit to jeremiah-rs/fancybox that referenced this issue Mar 20, 2019
- Fixed fancyapps#2213 keyboard navigation inside form dropdowns
- Fixed fancyapps#2210 - Depreciated: HTMLVideoElement.webkitExitFullscreen()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant