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

Fix input context menu focus issue on safari #2804

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Feb 7, 2024

Fix #2801

The problem is that safari does not focus a button when you click it, unlike Chrome and Firefox...

This fixes the issue but I'm a bit lost on how to do focus management on Safari.

@fonsp fonsp added bug Something isn't working frontend Concerning the HTML editor accessibility Accessibility improvements of the frontend, like screen reader support and internationalization labels Feb 7, 2024
Copy link
Contributor

github-actions bot commented Feb 7, 2024

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="context-menu-focus-safari-fix")
julia> using Pluto

@fonsp fonsp merged commit 7566d35 into main Feb 7, 2024
4 checks passed
@fonsp fonsp deleted the context-menu-focus-safari-fix branch February 7, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Accessibility improvements of the frontend, like screen reader support and internationalization bug Something isn't working frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Disable cell" has no effect
1 participant