-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Link UI Incorrectly Anchored when Newly Created #58325
Comments
@jeryj @draganescu @scruffian @richtabor I think we ought to roll back the recent Link control PRs. We can bring them back in a single PR which also fixes the bugs. The currently experience in |
I think we should try to fix them up more before reverting. Which bugs are large enough that you want to revert for? |
I can still replicate the bugs that were uncovered last week in Moreover, 9th Feb is Gutenberg 17.7.0 RC which is the final release of the Plugin that will land in WP 6.5. I would suggest that unless the fix is imminent then we should:
What do you think? |
@getdave we should revert: Anything else? |
Before we can decide on a revert, I think we need to decide on:
For example, I believe #58465 is caused by #47525 and was an issue before the Link UI PRs. #58322 is also not a bug caused by the new Link UI, but is more apparent because of it. The root cause is:
The same bug is there after reverting, but isn't as apparent because previously the link UI could be opened without focus within the popover. Now, we force focus in the popover if it's open, which is a better experience than before as the focus management is predictable. Are there other bugs that have come up that we're considering reverting for? |
Closed by #58900 |
Description
Same bug as #58280, but the fix only works for existing links. When a link is created, and the popover remains open, it is fixed to a point on the screen and doesn't update its position to stay with the link.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Screen.Recording.2024-01-26.at.9.46.23.AM.mov
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: