Michael Jordan

Results 34 comments of Michael Jordan

> Add aria-live="assertive" aria-atomic="true" aria-relavent="text" to steps when they are focused. This will ensure that the state is announced when the user clicks to go to that step. (@majornista is...

I think to prevent scrolling will be less desirable from an accessibility standpoint than repositioning the overlay on scroll. When a the full contents of an overlay cannot fit within...

For the record, while tangentially related because it involves the prevent scrolling behavior of `focusSafely`, this issue and the related PR #3475 do not resolve #2766, which has its own...

Would it be possible and better practice to use the SVG `` element for this use case? The `` element would already be visually hidden. When both "title" and "description"...

> What's the status of this PR? I think a recently merged PR of Devon's addressed some of this last I heard I think we may be able to close...

> Functionality seems good to me, but what if the user wants to move focus somewhere else onAction? @LFDanLu I think I may have been able to resolve this with...

> Just a heads up. I looked this over, something about it still doesn't sit right with me. I attempted to make it more like useSelect, however, I was unable...

@ktabors, @tomsontom Scrolling the preceding header into view to ensure that keyboard-only users can access group heading information seems like a reasonable request. Another option, which may have the additional...

This seems to resolve #3128, closing #3171, but #2451 to fix focus restoration from the ActionBar to the TableView in [this ActionBar Example](https://reactspectrum.blob.core.windows.net/reactspectrum/b41fe1f79462882433951855ba4b41cf8f77b54a/storybook/index.html?path=/story/actionbar--default&providerSwitcher-toastPosition=bottom), still fails intermittently to scroll the element...

> @majornista I think this was fixed by merging in main, which includes #3168. That will now keep the focused row in the DOM even when scrolled out of view,...