Michael Jordan

Results 34 comments of Michael Jordan

> Hello, I see you've started to integrate DocSearch, and wanted to make sure you had the opportunity to check out the new version: https://github.com/algolia/docsearch/tree/next @Shipow New alpha version throws...

> With the comment made with [#2445 (comment)](https://github.com/adobe/react-spectrum/pull/2445#issuecomment-1150536157), I think the fix we'll want to implement is to prevent focus from moving to a closed scope's previously focused node if...

Should Tailwind CSS hook examples get updated to use the new and simpler hooks, or will that need to come after release?

> @majornista I already updated all the code sandboxes I think. Did I miss one? I hadn't done a full audit, but spot checking a few of them, I can...

> In Safari, there's some weird padding on the bottom, and the field is offset. When you start typing, it shifts down. > > Also a bit weird that the...

This relates to #1014 , which points out many of the same problems in v2 version.

@Haroenv Pretty sure v3 will exhibit similar problems.

Here's a CodePen http://codepen.io/majornista/pen/HEkdv that implements changes to the Tab Bar with a little jQuery plugin experiment so that the radio buttons are properly identified as tabs using WAI-ARIA. One...

Actually, if you add the roles, ids, aria-labelledby and aria-controls attributes statically, the only javascript you need to worry about is for the on change event handler, which updates the...

Simplified javascript with mostly static WAI-ARIA attributes: http://cdpn.io/bklzE. Also, for backward compatibility, I use fieldset and a hidden legend labeling the radio button group as a tablist.