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

Filename field in file annotations tab is too small when filename exceeds length of field #2676

Closed
stefan-kolb opened this issue Mar 21, 2017 · 5 comments
Labels
bug Confirmed bugs or reports that are very likely to be bugs ui

Comments

@stefan-kolb
Copy link
Member

Happens when filename is too long for the default field length.

image

@stefan-kolb stefan-kolb added bug Confirmed bugs or reports that are very likely to be bugs ui labels Mar 21, 2017
@stefan-kolb
Copy link
Member Author

We should just not show the full name before clicking on the dropdown field if possible.

@LinusDietz
Copy link
Member

I guess it would be better to show only the filename without the path.

@stefan-kolb
Copy link
Member Author

Would also be ok. Potentially the easiest way to bypass the length problem. But still, the field should be able to abbreviate this automatically?!

@koppor
Copy link
Member

koppor commented Mar 21, 2017 via email

@LinusDietz
Copy link
Member

I have created a PR for this (#2684). In my opinion it was easier to show only the file than to fiddle around with the internals of the JComboBox of Swing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs ui
Projects
None yet
Development

No branches or pull requests

3 participants