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

Bug in display dialogs #387

Open
alabuzhev opened this issue Feb 22, 2024 · 0 comments
Open

Bug in display dialogs #387

alabuzhev opened this issue Feb 22, 2024 · 0 comments

Comments

@alabuzhev
Copy link
Contributor

FarGroup#25 by @BestiaPL

Some strings are too short, last character is ommitted in some dialogs.
This may be related to the use of abbreviations (&).

For example - config, integration:
netbox_screen

Language file (lines: 579+, in English):

"&Putty path"
"&Remember session password and pass it to PuTTY"
"Page&ant path"
"PuTTY&gen path"
"Open &Telnet sessions in PuTTY for FTP sessions"


@yulian5:

This may be related to the use of abbreviations (&).

No, they use hotkeys everywhere without problems. The problem is the bounds for text fields are calculated incorrectly (less one symbol for positive coordinates and plus one symbol for negatives one).

Here is the fix for the problem:
231219.NetBox.patch

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

No branches or pull requests

1 participant