https://bugs.winehq.org/show_bug.cgi?id=41992
Bug ID: 41992 Summary: total commander, copy dialog - Esc key not working Product: Wine Version: 1.9.23 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: andrej8anubis@gmail.com Distribution: ---
Created attachment 56411 --> https://bugs.winehq.org/attachment.cgi?id=56411 copy dialog box at it appears
I am using: total commander 9.0a 64 bit linuxmint 18 64 bit
"wine 1.9.23" as shown from : "apt policy wine-staging*"
-->>
wine-staging: Installed: 1.9.23~ubuntu16.04.1 Candidate: 1.9.23~ubuntu16.04.1 Version table: *** 1.9.23~ubuntu16.04.1 500 500 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64 Packages 100 /var/lib/dpkg/status
wine-staging-amd64: Installed: 1.9.23~ubuntu16.04.1 Candidate: 1.9.23~ubuntu16.04.1 Version table: *** 1.9.23~ubuntu16.04.1 500 500 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64 Packages 100 /var/lib/dpkg/status
<<--
test1 - works fine ================== - pres F8 for delete a file
- a dialog box appear, asking "do you really want to delete..."
- pres Esc
- the dialog box disappears as it should, as it does in windows. Great
test2 - does not work ================== - pres F5 for copy file
- a dialog box appears offering me options for how to copy
- pres Esc, the dialog box does not disappear as it does in windows, I am guessing the problem in wine is, because the cursor is in the text box,where I can make input from keyboard. But in windows works fine. But...
- ...but if I press Tab two times, so the "cursor" is located on plus (+) button in copy dialog box, as it is the case in test1, where the "cursor" is located on the button "yes", and then press Esc key on keyboard, the dialog box disappears as in windows also for copy dialog box .
The point here is, that if the "cursor" is located on the button, the Esc key works fine in bothe tests