http://bugs.winehq.org/show_bug.cgi?id=22389
Summary: Text fields in dialog box remain highlighted in IDA Pro (maybe other Borland VCL programs?) Product: Wine Version: 1.1.42 Platform: x86 URL: http://www.hex-rays.com/idapro/idadownfreeware.htm OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk
IDA Pro is an interactive disassembler. A freeware version can be downloaded from http://www.hex-rays.com/idapro/idadownfreeware.htm
In some dialog boxes, when you press Tab to cycle to the next text box, text in the previously-active box remains highlighted. It should not.
To demonstrate, download and install the freeware IDA Pro. Load any Windows executable into it. Click to position the cursor over any label (e.g. start), and press N to bring up the Rename address dialog box.
Initially, the Name field is highlighted. Press Tab. The "Maximum length of new names" field is highlighted, but the Name field remains highlighted. Pressing Tab again causes the "Local name prefix" field to also be highlighted, with the previous two fields staying highlighted.
Apparently IDA Pro is built using the Borland VCL (Visual Component Library), so perhaps this issue could affect other programs too.