michaellukashov / Far-NetBox

SFTP/SCP/FTP/FTPS/WebDAV/S3 client for Far Manager 3 (http://farmanager.com/)
https://forum.farmanager.com/viewtopic.php?t=6317
GNU General Public License v2.0
155 stars 52 forks source link

Bug in display dialogs #387

Open alabuzhev opened 4 months ago

alabuzhev commented 4 months ago

https://github.com/FarGroup/Far-NetBox/issues/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