Adam Duncan
Adam Duncan
Just to follow on from @davidjbradshaw's advice on this in the [Troubleshooting guide](https://github.com/davidjbradshaw/iframe-resizer/blob/master/docs/troubleshooting.md#failed-to-execute-postmessage-on-domwindow), one approach to avoiding the error is to not invoke the `iFrameResizer()` call until the frame has...
I came across trying the plugin for the first time today too. Attempting to call `postcss-custom-media` before/afterEach. Is there something we're doing wrong here, or something unsupported at the package...
Thanks for the write-up @jpdevries. It's an interesting pattern! Feels somewhere between an accordion and description list. Trawling the [APG](https://www.w3.org/TR/wai-aria-practices/#aria_ex) Design Patterns to try to place it. I wonder how...
Hi @acespace90. Unfortunately in getting these components ready for v1 we neglected exposing a few API methods. v2 was underway with a full event API, but we lost steam a...
Hey @Ambient-Impact - thanks for enquiring on this. Unfortunately we lost a bit of steam on v2 with other obligations. In hindsight, exposing show/hide methods in the original API would...
Sure, I see. Sorry about that. MutationObserver sounds like a nice, modern approach. Other a11y packages (like [Micromodal](https://micromodal.now.sh/)) have nice open/close event APIs. If you're implementing the off-canvas in conjunction...
Nice one @gunzip!
Yeah, there's some good TreeView examples over on the ARIA Authoring Practices Guide: https://www.w3.org/TR/wai-aria-practices/#TreeView Something along those lines? Could be a good addition to the collection.
Thanks for the feedback, @gunzip. We've been talking about point 2 a lot this week. We realise that looping within the component initialisation is less than ideal for state, callbacks,...
I'd say a new release in the next couple of weeks. We'll shortly be merging improvements into the [v2 branch](https://github.com/frend/frend.co/tree/v2), so keep an eye on that. Will let you know...