Toolbar dropdowns should hide when they lose focus #12005
Labels
domain:accessibility
This issue reports an accessibility problem.
domain:ui/ux
This issue reports a problem related to UI or UX.
package:ui
squad:features
Issue to be handled by the Features team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
This is a followup task that should only be done after #11838 is implemented.
Currently we don't hide dropdown panels when we focus out from their panels. This leads to weird situations like that:
There are numerous ways how you can reproduce this. With the latest release:
tab
to move the focus back to editable.✔️ Expected result
Dropdown is hiden.
❌ Actual result
It remains open.
📃 Other details
There are many other ways to move focus out of dropdown after we open it. For example in browser you can use builtin search function to move focus to any place on the page.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: