Nicholas Boll
Nicholas Boll
We have a focus redirect JS function for managing focus of a non-modal dialog. According to WCAG focus requirements, a non-modal dialog should be in the focus order after a...
This issue has plagued me for over a year. Sometimes using `cy.tab()` or `cy.tab({ shift: true })` would fail to transfer focus correctly. Running a bunch of console logs in...
I noticed while using this plugin that a Cypress Command log only happened in certain instances. It only creates Command Log entries when the tab event isn't cancelled. In my...
Remove the `/support` in the import instructions removes the need to modify the `tsconfig.json` file. While following the instructions, I noticed the `package.json` has a `main` entry that points to...
### Describe the feature you'd like: I've seen churn on what "text" means for a given element. The pendulum has swung from innerText to textContent based off unexpected use-cases. I...
## 🐛 Bug Report A popup using `useCloseOnOutsideClick` and `useReturnFocus` will scroll to the `Popup.Target` element when scrolling away from the popup while it is open and clicking outside the...
## 🚀 Feature Proposal Add Supported versions of dependencies (React, Typescript, Emotion, etc) to Readme ## Motivation Someone could find out what we support if they look through all the...
## 🚀 Feature Proposal The selected chip should animate (~200ms ease). The original draft PR included this animation, but it caused issues with window and container resizes and in right-to-left...
## 🚀 Feature Proposal Support full-screen growth of modals. The design specification lists out how Modals should grow both in width and it height. Modals only have set sizes. ##...
## 🚀 Feature Proposal Better keyboard and screenreader consistency and support in our Tabs overflow solution. ## Motivation Currently, our Tabs overflow into a separate menu when there isn't enough...