This might be a problem of floating-vue: Akryum/floating-vue#872 actually, which automatically gives the focus to the popover. One can actually see, that the first action has focus for a short amount of time, and then loses it again. I don't see a way to disable this behavior, so the timeout might be our best option for now.
I have a problem indirectly related to this.
I didn't find the root cause, but I guess it is related to multiple focus traps activate at the same time.
focusElement.focus() is causing recursive calls of focus trap.


Originally posted by @vinicius73 in #3151 (comment)
I have a problem indirectly related to this.
I didn't find the root cause, but I guess it is related to multiple focus traps activate at the same time.
focusElement.focus()is causing recursive calls of focus trap.Originally posted by @vinicius73 in #3151 (comment)