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
https://bugs.winehq.org/show_bug.cgi?id=41992
--- Comment #1 from Andrej andrej8anubis@gmail.com --- Created attachment 56412 --> https://bugs.winehq.org/attachment.cgi?id=56412 copy dialog box after tab is pressed twice
https://bugs.winehq.org/show_bug.cgi?id=41992
--- Comment #2 from Andrej andrej8anubis@gmail.com --- Created attachment 56413 --> https://bugs.winehq.org/attachment.cgi?id=56413 delete F8 dialog box
https://bugs.winehq.org/show_bug.cgi?id=41992
--- Comment #3 from Andrej andrej8anubis@gmail.com --- I am now using:
wine-staging: Installed: 2.2.0~ubuntu16.04.1 linux mint 18.1
F5 -> ESC -> does not work (dialog does not disappears)
F5 -> ESC -> TAB -> TAB => does work (dialog disappears)
https://bugs.winehq.org/show_bug.cgi?id=41992
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://totalcommander.ch/w | |in/tcmd900ax64.exe Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |wylda@volny.cz Keywords| |download Distribution|--- |Mint
--- Comment #4 from Wylda wylda@volny.cz ---
I can see the problem in wine-2.5, but works correctly in wine-4.0-rc1. Marking FIXED.
https://bugs.winehq.org/show_bug.cgi?id=41992
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.0-rc2.
https://bugs.winehq.org/show_bug.cgi?id=41992
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://totalcommander.ch/w |https://web.archive.org/web |in/tcmd900ax64.exe |/20170904225227/http://tota | |lcommander.ch/win/tcmd900ax | |64.exe CC| |focht@gmx.net Fixed by SHA1| |a118459adf218617337c5ea7370 | |33fc3bfd9b01c Summary|total commander, copy |Total Commander 9.0: ESC |dialog - Esc key not |key not working in copy |working |dialog Component|-unknown |shell32
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
for documentation: This was fixed by commit https://source.winehq.org/git/wine.git/commitdiff/a118459adf218617337c5ea737... ("shell32/autocomplete: Redesign the window proc to trigger on key presses instead of key release.").
Part of Wine 3.17 release.
Thanks Gabriel
Stable download link via Internet Archive:
https://web.archive.org/web/20170904225227/http://totalcommander.ch/win/tcmd...
$ sha1sum tcmd900ax64.exe 4a4843c0a2cb1dd587830eef4806f25718007b5a tcmd900ax64.exe
$ du -sh tcmd900ax64.exe 4.8M tcmd900ax64.exe
$ wine --version wine-3.16-63-ga118459adf2
Regards