Skip to content
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

On Firefox, it's not possible to select the block by clicking on it #88

Open
psrpinto opened this issue Oct 27, 2022 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@psrpinto
Copy link
Member

psrpinto commented Oct 27, 2022

On Firefox, clicking on the block in the block editor, does not select it so that it's attributes are shown on the inspector on the right side panel.

@psrpinto psrpinto added the bug Something isn't working label Oct 27, 2022
@psrpinto psrpinto added this to the 0.4.0 - Beta milestone Oct 27, 2022
@psrpinto psrpinto self-assigned this Dec 14, 2022
@psrpinto
Copy link
Member Author

psrpinto commented Dec 15, 2022

This is a Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1545573

Whenever the iframe gains focus, Firefox returns the parent's <body> as document.activeElement, when it should be <iframe>. This makes this condition evaluate as false, which results in the focus event not being created.

Not much we can do but wait for the bug to be fixed.

@psrpinto psrpinto removed this from the 0.4 milestone Dec 15, 2022
@ashfame
Copy link
Member

ashfame commented Mar 16, 2023

@psrpinto I can always select it reliably by double-clicking a little slightly outside the border or on corners or anywhere on the left & right margin space. I am not sure how it would look like after the Firefox bug fix. Should we close it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants