-
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
Can't select navigation block if first clicking canvas #28166
Comments
I recently ran into a very similar (if not the same) issue after rebasing #21234: my Table of Contents block PR. Notably, both blocks use |
I had the same thought, and in a shotgun debugging session, I tried replacing all those with divs. Alas, no change. |
@jasmussen I couldn't reproduce this. Is this still happening? |
Hallelujah, no, it appears fixed! |
Ack, I'm seeing it again. Reopening. Same steps to reproduce. |
This one is potentially related: #29678 |
Steps to reproduce:
Observe that the navigation block receives
focus
(as indicated by the blue border), but is not selected. So neither the block toolbar appears, or theis-selected
CSS class is present.Note that if instead of clicking outside the editing canvas, you select a different block, you can select the navigation block.
I wasn't able to reproduce this issue with any other blocks than Navigation, it doesn't seem like this would be limited to just this block. But it does appear to be related to nesting.
GIF showing the above:
Chatted yesterday with @gziolo, @ellatrix and @retrofox, and it was suggested that
AsyncModeProvider
could theoretically be related to the cause of the issue. It's the cause of this adjacent Safari-only bug: #19454.The text was updated successfully, but these errors were encountered: