-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation Link: Handle focus when removing the block #58820
Comments
Focus should return to the inserter |
@scruffian Are you still seeking to address this for WP 6.5? |
Focus should return to wherever you were previously. In this scenario:
However, in order for this to be addressed, I think the various scenarios that could occur need to be outlined more clearly. |
The PR that closed this was reverted so this should still be open |
How critical is this for 6.5? |
I don't think its critical. Several of us have looked at it and didn't find a solution so maybe we should punt it? |
Removed from the 6.5 broad. |
What problem does this address?
In #57756 we added an
onClose
event to the LinkUI, which removes the block when the popover closes if the URL is empty. We need to work out how best to handle focus in this scenario.What is your proposed solution?
We could return focus to the block, or to the inserter.
The text was updated successfully, but these errors were encountered: