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

Don't clear main menu file picker on blur #2990

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Aug 12, 2024

and i reworked the clear-on-blur mechanism for the file picker in the notebook editor, it now no longer relies on timing

i also removed the Esc shortcut because it is an accessibility issue

@fonsp fonsp added the frontend Concerning the HTML editor label Aug 12, 2024
Copy link
Contributor

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="fix-clear-on-blur-file-picker")
julia> using Pluto

@fonsp fonsp added the accessibility Accessibility improvements of the frontend, like screen reader support and internationalization label Aug 12, 2024
@fonsp fonsp merged commit b304025 into main Aug 12, 2024
6 checks passed
@fonsp fonsp deleted the fix-clear-on-blur-file-picker branch August 12, 2024 09:35
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 frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant