-
### Problem
The "focusable" attribute is explicitly ignored for non-floating windows. For example, here is the code for going to the next/previous window, which ignores focusable==false unless the wi…
-
### Describe the bug
OS: Windows 10
After you design a window (in our case this was not a main window, not sure if this plays a role) with "Focusble" property set to false, this window is still focu…
-
With @jrochkind 's changes in #266 in place, I noticed an accessibility issue when navigating via keyboard.
Steps to reproduce:
- Use `tab` key to navigate to the range limit facet header
- `h3.c…
-
### Current Behavior
If a Input is inside a Sheet Dialog and that is inside a Dialog, the Input can not get focus, and can't be typed into.
### Expected Behavior
The Input should allow focus and ty…
-
Specifically arrows to add/remove seleted items
https://forums.zotero.org/discussion/118213/zotero-7-05-keyboard-functionality-with-classic-view-adding-multiple-sources
-
### Environment information
```bash
CLI:
Version: 1.9.3
Color support: true
Platform:
CPU Architecture: x86_64
OS: …
-
I follow the instructions in the documentation, but it looks like autofocus isn't working for me. I can tab through using my tab key so I know the confirmation button is focusable. Can you help with t…
-
With the new architecture enabled, navigating between screens where TVFocusGuideView is used with the autofocus prop does not work as expected. Instead of persisting the previously focused element, th…
-
I was reading [this article](https://www.smashingmagazine.com/2022/04/cta-modal-build-web-component/) and I reached this gem:
```js
const FOCUSABLE_SELECTORS = [
'[contenteditable]',
'[tabin…
-
RadioButtonGroup should implement Focusable, by focusing into the currently selected radio button (or the first one if no radio button was selected).