https://bugs.winehq.org/show_bug.cgi?id=42904
Bug ID: 42904 Summary: Wine Internet Explorer - Ctrl+A does not work in the address bar Product: Wine Version: 2.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ieframe Assignee: wine-bugs@winehq.org Reporter: arnfranke@yahoo.com Distribution: ---
Steps to reproduce:
1. Open C:\Program Files\Internet Explorer\iexplore.exe or C:\Program Files (x86)\Internet Explorer\iexplore.exe with Wine.
2. Click on the address bar
3. Press Ctrl+A
Expected behavior: All text in the address bar would be selected.
Observed behavior: Nothing happens.
Work-around: Select the text manually with the mouse.
https://bugs.winehq.org/show_bug.cgi?id=42904
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |damjan.jov@gmail.com Status|UNCONFIRMED |NEW Keywords| |source, testcase
--- Comment #1 from Damjan Jovanovic damjan.jov@gmail.com --- Confirming. Still the case in Wine 6.0-rc4, and affects other applications that embed Internet Explorer.
https://bugs.winehq.org/show_bug.cgi?id=42904
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Created attachment 69172 --> https://bugs.winehq.org/attachment.cgi?id=69172 patch
This is fixable now with Common Controls implementation that supports Ctrl+A shortcut. Please test.
https://bugs.winehq.org/show_bug.cgi?id=42904
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ieframe |programs
https://bugs.winehq.org/show_bug.cgi?id=42904
--- Comment #3 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Nikolay Sivov from comment #2)
Created attachment 69172 [details] patch
This is fixable now with Common Controls implementation that supports Ctrl+A shortcut. Please test.
Great :). It fixes Ctrl+A in Internet Explorer, but not my other app.
https://bugs.winehq.org/show_bug.cgi?id=42904
--- Comment #4 from Damjan Jovanovic damjan.jov@gmail.com --- Never mind, on my other app Ctrl+A doesn't work in Windows either.