Open WofWca opened 1 month ago
I can reproduce this bug.
There is another, probably related issue on 1.47.1.
The dialog will open, but the menu will also remain open, and will retain focus.
The same happens with the "add attachment" menu when selecting "Attach Contact" or "Attach Video Chat"
I found out that the dialog does get rendered, but it gets immediately closed, but not by this code:
https://github.com/deltachat/deltachat-desktop/blob/0e0d0b80d598802ebb972c8d6c05b593bd896f24/packages/frontend/src/components/Dialog/Dialog.tsx#L32-L58
This issue does not appear in 1.46.8, I suspect this is a regression after #4006. This is not super important as of now since keyboard accessibility is lacking in other more important ways, but it will become important soon because we're working on accessibility now (#4210, #4224).
@maxphilippov would you like to take a look, or shall I?