Jerry Jones
Jerry Jones
@desandro My intention was for the slider to be a `` or `` and have the slider children be ``s. I agree that the slider wrapper being an `` would...
@zebulondev I'm having an issue on iOS when the slider handle receives focus, the whole page jumps further down. When I scroll back up to use the slider, it does...
@LionelMarbot For me, it ended up being an iOS issue whenever a when focusing a non-native focusable element in an iframe: http://jeremyjon.es/code/apple-bug-report-non-native-focusable-elements-page-jump/ I think this issue should get closed, as...
@svinkle Nope. I haven't used Jekyll for that many projects, so my experience with extending it is fairly limited. Given GitHub Page's plugin limitation, the architecture will probably be frustrating...
@dhcodes Sounds good! Let's figure out what the good options are when we have some time to collaborate.
Welcome @bupkes! In our redesign of the a11yproject.com site, we were struggling on the best implementation method for accordion-style collapsable content on mobile devices. There were some quirks with implementation...
> This makes all other block insert options unreadable to screen reader users and possibly not available for all. I would expect the blocks to still be available no matter...
> I pushed a change that removes the selectedTab prop from the dependencies for each of the tabs, as I think this will make the memos more efficient. The inserter...
@scruffian - while the memos do run more often with the `selectedTab` dependency, I think the reason it's faster to include the early return: - It's doing less overall. When...
I'm running the tests again locally between the two and mostly getting better results _without_ the `selectedTab` dependency like you have it, @scruffian. I guess let's just go with it...