Robert Snow
Robert Snow
Closes // Some browsers do not fire onBlur when the document.activeElement is removed from the dom. // Firefox has had a bug open about it for 13 years https://bugzilla.mozilla.org/show_bug.cgi?id=559561 //...
Closes https://github.com/adobe/react-spectrum/issues/3028 Splits the MenuTrigger from the Header. This makes for some better more reasonable styling and should improve screen reader announcements as well. I've changed the role=separator to an...
Closes followup to a PR which enabled it in aria https://github.com/adobe/react-spectrum/pull/3228 ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ]...
# 🙋 Feature Request Refactor - [ ] NOT DOING ~Move resizing code out of react-aria/react-stately to the react-spectrum package https://github.com/adobe/react-spectrum/issues/3024~ -abandoned, we do want to export these hooks -...
https://github.com/adobe/react-spectrum/pull/1108/ is failing due to Adobe CLA, opening a new PR to fix that @mischnic : Part of #779 There are more problems with strict mode (which is why I...
Closes https://github.com/adobe/react-spectrum/issues/1924 Uses solution from https://blog.elantha.com/resizeobserver-loop-limit-exceeded/ Story added is based on the code from the blog and it reproduces the issue. You can see this for yourself once this PR...
Closes Came up because of a PR that introduced always rendered hidden tooltips We may not want to do all of this, but lets discuss ## ✅ Pull Request Checklist:...
Our lint warnings are getting away from us, this is a start to clean that up so that we can catch meaningful problems. Add comments explaining why some are disabled/not...
This should make it easier for people to contribute doc fixes I pass the filepath through and store it in a meta tag in a data attribute, so it shouldn't...
# 🙋 Feature Request https://spectrum.adobe.com/page/in-line-alert/ In-line alerts display a non-modal alert message associated with objects in a view. These are often used in form validation, where they can provide a...