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

Ability to paste output filename in GUI #48

Open
tphinney opened this issue May 25, 2021 · 4 comments
Open

Ability to paste output filename in GUI #48

tphinney opened this issue May 25, 2021 · 4 comments

Comments

@tphinney
Copy link

tphinney commented May 25, 2021

Perhaps it is just a character restriction (square brackets illegal?) but I couldn’t paste an output filename into the Save dialog in the GUI. I could type the exact same filename, though.

It was of the format: “FontName[AXIS1,AXIS2,opsz,wght].ttf”

@chrissimpkins
Copy link
Member

chrissimpkins commented May 25, 2021

Thanks for reporting it Thomas. What happens when you try this? Nothing shows up in the free text entry field on paste? App crash?

Please let me know what platform you are on and I will try to reproduce it so that we can figure out what is going on.

@tphinney
Copy link
Author

Mac OS 11.3.1
Nothing shows up in the field, and I get an error beep suggesting that I have attempted an illegal action.

@chrissimpkins
Copy link
Member

Odd. So, on macOS 10.15.7 I can load the Save dialog field path with text using the following approaches:

  • Direct text edit by typing
  • Drag and drop a file path onto the field
  • Copy a file name and right click > Paste into the field

But I get the same error bell and no pasted text when I attempt to paste with Cmd-V. Not entirely sure what is going on. There are no exceptions being raised on the Python side. I'll continue to have a look.

@chrissimpkins
Copy link
Member

Seems to be a related issue on the Qt tracker https://bugreports.qt.io/browse/QTBUG-17291

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

No branches or pull requests

2 participants