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

Pasting text into a textbox? #2266

Closed
ConnectedSystems opened this issue Sep 13, 2022 · 1 comment · Fixed by #2281
Closed

Pasting text into a textbox? #2266

ConnectedSystems opened this issue Sep 13, 2022 · 1 comment · Fixed by #2281

Comments

@ConnectedSystems
Copy link
Contributor

ConnectedSystems commented Sep 13, 2022

Pasting text (with ctrl+v) into the textbox does not seem to work - at least on Windows.

using GLMakie

f = Figure()

tb = Textbox(f[1, 1], placeholder = "Try copy/pasting text into me")

gl_screen = display(f)
wait(gl_screen)

Relevant dump from status:

pkg> status GLMakie
Status `C:\[project path]\Project.toml`
  [e9467ef8] GLMakie v0.6.13
@jkrumbiegel
Copy link
Collaborator

The Textbox is very barebones, currently you can't expect any fancier behavior from it than adding or deleting characters manually. Pasting should be relatively straightforward to implement though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants