http://bugs.winehq.org/show_bug.cgi?id=12804
Summary: winecfg: pressing enter in library override closes winecfg Product: Wine Version: 0.9.60 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: jeffzaroyko@gmail.com
Pressing enter when entering a dll override doesn't add the override. For those of us that find mice an exercise in masochism and prefer keyboards, it's quite a pain...
http://bugs.winehq.org/show_bug.cgi?id=12804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0
--- Comment #1 from Austin English austinenglish@gmail.com 2008-04-25 22:00:14 --- Nominating for 1.2.
http://bugs.winehq.org/show_bug.cgi?id=12804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|jeffzaroyko@gmail.com |
--- Comment #2 from Austin English austinenglish@gmail.com 2008-04-25 22:18:24 --- Didn't mean to CC you jeff, sorry about that.
http://bugs.winehq.org/show_bug.cgi?id=12804
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
--- Comment #3 from Lei Zhang thestig@google.com 2008-04-26 14:09:32 --- Press Alt + A.
http://bugs.winehq.org/show_bug.cgi?id=12804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastien.rombauts@gmail.com
--- Comment #4 from Austin English austinenglish@gmail.com 2008-06-12 12:17:31 --- *** Bug 13870 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
--- Comment #5 from Austin English austinenglish@gmail.com 2008-12-11 10:41:48 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=12804
Andre Wisplinghoff andre.wisplinghoff@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andre.wisplinghoff@gmail.com
--- Comment #6 from Andre Wisplinghoff andre.wisplinghoff@gmail.com 2008-12-22 21:51:44 --- patch sent: http://www.winehq.org/pipermail/wine-patches/2008-December/066619.html
http://bugs.winehq.org/show_bug.cgi?id=12804
RD frail.knight@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frail.knight@gmail.com
--- Comment #7 from RD frail.knight@gmail.com 2009-07-22 09:05:37 --- Still present in wine 1.1.26
http://bugs.winehq.org/show_bug.cgi?id=12804
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #8 from Jerome Leclanche adys.wh@gmail.com 2009-10-25 17:08:52 --- Any reason why patch wasn't committed?
http://bugs.winehq.org/show_bug.cgi?id=12804
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #9 from Vincent Povirk madewokherd@gmail.com 2009-11-11 16:32:10 --- There were some replies to that patch, and they were addressed in this later version:
http://www.winehq.org/pipermail/wine-patches/2008-December/066762.html
I don't know why the later version wasn't committed.
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #10 from Jerome Leclanche adys.wh@gmail.com 2009-11-11 16:51:04 --- @Andre
Julliard says: "It shouldn't be necessary to subclass the window, setting the default button should be enough"
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #11 from Andre Wisplinghoff andre.wisplinghoff@gmail.com 2009-11-11 17:23:03 --- @Jerome
Thanks for the info. Unfortunately, I don't intend continuing my work for wine, though, so please some other guy go fix the bug in a simpler way :-)
http://bugs.winehq.org/show_bug.cgi?id=12804
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #12 from Dan Kegel dank@kegel.com 2009-11-11 18:05:31 --- This has always bugged me, hope it gets fixed for 1.2
http://bugs.winehq.org/show_bug.cgi?id=12804
Matthew Millar mattmill30@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mattmill30@hotmail.com
--- Comment #13 from Matthew Millar mattmill30@hotmail.com 2009-11-24 15:33:43 --- Hi,
Where can you get the source for winecfg?
Is winecfg seperate source code to the general wine source?
Is winecfg programmed in C++ also? or is it gtk?
I'll try and program a patch to fix this problem.
Thanks,
Matthew Millar
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #14 from Dan Kegel dank@kegel.com 2009-11-24 15:38:24 --- It's in the wine tree, in programs/winecfg. It's in C (not c++), and it's a win32 (winelib) app.
http://bugs.winehq.org/show_bug.cgi?id=12804
Alex Balut alexandru.balut@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandru.balut@gmail.com
--- Comment #15 from Alex Balut alexandru.balut@gmail.com 2010-05-24 17:04:09 --- Adding this SendMessage call after the call for enabling the Add button solves the problem (when running winecfg.exe on Vista):
enable(IDC_DLLS_ADDDLL); SendMessage(dialog, DM_SETDEFID, (WPARAM)IDC_DLLS_ADDDLL, 0);
But it does not work in Wine because there is bug 22862.
http://bugs.winehq.org/show_bug.cgi?id=12804
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Depends on| |22862
http://bugs.winehq.org/show_bug.cgi?id=12804
Mr Nobody limited_choice@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |limited_choice@hotmail.com
--- Comment #16 from Mr Nobody limited_choice@hotmail.com 2011-01-03 18:31:04 CST --- Still present in wine-1.3.10
http://bugs.winehq.org/show_bug.cgi?id=12804
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #17 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-01-25 03:35:33 CST --- Still in 1.3.37
http://bugs.winehq.org/show_bug.cgi?id=12804
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName@mail.com
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #18 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-05-23 13:54:38 CDT --- Still in 1.5.30
http://bugs.winehq.org/show_bug.cgi?id=12804
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.goosev@gmail.com
--- Comment #19 from Andrey Gusev andrey.goosev@gmail.com 2013-12-08 05:41:39 CST --- Works fine in 1.7.8
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #20 from Rosanne DiMesio dimesio@earthlink.net 2013-12-08 06:45:16 CST --- Nothing has changed. Problem is still present in 1.7.8.
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #21 from Jerome Leclanche adys.wh@gmail.com 2013-12-08 06:45:54 CST --- Confirmed, still present.
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #22 from Andrey Gusev andrey.goosev@gmail.com 2013-12-08 06:56:42 CST --- (In reply to comment #20) (In reply to comment #21) What steps for reproducing the issue?
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #23 from André H. nerv@dawncrow.de 2013-12-08 08:02:24 CST --- (In reply to comment #22)
(In reply to comment #20) (In reply to comment #21) What steps for reproducing the issue?
start winecfg go to the libraries tab click into the combobox write 'abc' press enter expected: 'abc' in the listbox below bug happening: winecfg closes because the OK button wrongly is the default one and catches the enter.
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #24 from Andrey Gusev andrey.goosev@gmail.com 2013-12-08 08:08:55 CST --- (In reply to comment #23)
Sorry, my fault. Really still present.
http://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #25 from Rosanne DiMesio dimesio@earthlink.net --- This bug is not just a minor annoyance; because of it, inexperienced users sometimes think they've set an override when they haven't, and then report on the forum or here that they did try a recommended native dll, but it didn't solve their problem. The net result is a lot of wasted time and confusion for those users and the people trying to help them.
http://bugs.winehq.org/show_bug.cgi?id=12804
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12804
Hugh McMaster hugh.mcmaster@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hugh.mcmaster@outlook.com
--- Comment #26 from Hugh McMaster hugh.mcmaster@outlook.com --- Created attachment 48868 --> http://bugs.winehq.org/attachment.cgi?id=48868 Patch to fix the Enter key issue (by Hugh McMaster)
After going through a few different solutions -- all ugly -- I've come up with a possible solution to this bug.
The attached patch works for me, but I need other users to test/confirm the patch.
Feel free to post any advice or feedback. Once I can get confirmation that the patch solves this problem, I'll submit it to wine-patches.
https://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #27 from Austin English austinenglish@gmail.com --- (In reply to Hugh McMaster from comment #26)
Created attachment 48868 [details] Patch to fix the Enter key issue (by Hugh McMaster)
After going through a few different solutions -- all ugly -- I've come up with a possible solution to this bug.
The attached patch works for me, but I need other users to test/confirm the patch.
Feel free to post any advice or feedback. Once I can get confirmation that the patch solves this problem, I'll submit it to wine-patches.
Works for me, thanks!
http://bugs.winehq.org/show_bug.cgi?id=12804
Julian Rüger jr98@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98@gmx.net
https://bugs.winehq.org/show_bug.cgi?id=12804
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #28 from Sebastian Lackner sebastian@fds-team.de --- I've added a slightly modified patch to wine-staging:
https://github.com/wine-compholio/wine-staging/tree/master/patches/winecfg-L...
The patch suggested by Hugh McMaster had the disadvantage that the default control element was not set properly when the focus was restored after an CBN_KILLFOCUS message, if the user didn't enter additional text.
https://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #29 from Sebastian Lackner sebastian@fds-team.de --- Should be fixed with http://source.winehq.org/git/wine.git/commit/317fc7aaf8dfa5153d4efbb27d09445...
https://bugs.winehq.org/show_bug.cgi?id=12804
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |317fc7aaf8dfa5153d4efbb27d0 | |944514b73de0f Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #30 from Austin English austinenglish@gmail.com --- (In reply to Sebastian Lackner from comment #29)
Should be fixed with http://source.winehq.org/git/wine.git/commit/ 317fc7aaf8dfa5153d4efbb27d0944514b73de0f
Indeed. Thanks! I owe you a beer.
https://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #31 from Jerome Leclanche adys.wh@gmail.com --- (In reply to Austin English from comment #30)
And I too. (Assuming #27562 isn't fixed by then)
https://bugs.winehq.org/show_bug.cgi?id=12804
--- Comment #32 from Jerome Leclanche adys.wh@gmail.com --- I meant bug 27162 :)
https://bugs.winehq.org/show_bug.cgi?id=12804
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #33 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.38.
https://bugs.winehq.org/show_bug.cgi?id=12804 Bug 12804 depends on bug 22862, which changed state.
Bug 22862 Summary: Setting the default button in a PropertySheetPage does not work https://bugs.winehq.org/show_bug.cgi?id=22862
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED