Stefan Puchta

Results 26 comments of Stefan Puchta

Yes we could use that, but what is the idea behind clicking in a open overlay and moving focus to the underlying accordion-item? I don't think users expect this behavior...

@Rajdeepc is there any plan on how to fix this (and when)? We are still experiencing this bug in accordion with popover content and would need to patch this otherwise.

Unfortunately the error is still happening, now in our app we have the "scrolling"=>"menu close" issue back with that related fix.

``` handlePointerBasedSelection(event) { const path = event.composedPath(); const target = path.find((el) => { if (!(el instanceof Element)) { return false; } console.log("MENU SWC: ", el); return el.getAttribute("role") === this.childRole; });...

`--mod-actionbutton-border-color` is also broken currently....