http://bugs.winehq.org/show_bug.cgi?id=6876
Summary: Off-by-one in character limit for edit field Product: Wine Version: 0.9.9. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: theosib@gmail.com
I'm trying to install Xilinx ISE software. During the installation process, I am presented with four four-character edit fields into which I must enter a 16-digit license key. Under Windows, I am allowed to enter all four digits into each field. Under WINE, I am only allowed to enter three digits into each field (making it impossible for me to install the app).
My best guess is that WINE has a bug where edit fields are limited to one fewer characters than what is specified by the application.