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

Not possible to select text from the "Output name(s)" file name label without also activating it #873

Closed
mitchcurtis opened this issue Sep 26, 2021 · 1 comment

Comments

@mitchcurtis
Copy link

Describe the bug
I have a bunch of files I want to edit, with one segment each.

I need to select a specific part of the original file name to use in the exported file name. To do this, I copy text from the file name label in the Export options dialog. As a side-effect, the label is activated and the text field is shown. While not what I intended, this is fine for the first file.

The problem comes when I go to export the second file, as the dialog still has the old file name there. So I need to click on the label to make the text field and other options visible so that I can clear the old file name and copy it to start writing the new one. After clicking, the actual file name is restored and I go to select it, but because of the side-effect, it hides the text field + options when I release the mouse button after selecting. Then I need to click it again to open it so I can write the new file name.

Expected behavior
Selecting text on the label shouldn't also activate it and show the text field. Only a click (without moving the mouse, or at least not moving it beyond some small threshold) should do that.

Desktop (please complete the following information):

  • OS: Windows 10
@mifi
Copy link
Owner

mifi commented Oct 24, 2021

maybe we can alternatively show the input file name somewhere, so you can copy from that

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

No branches or pull requests

2 participants