http://bugs.winehq.org/show_bug.cgi?id=28086
Summary: Army Builder v3.1c: buttons not clickable Product: Wine Version: 1.3.26 Platform: x86 URL: http://www.armybuilder.com/download/ab31c_install.exe OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: bunglehead@gmail.com Regression SHA1: 352e2ff6eb5116d2ac91db9258ae288733e3a271
Symptom: when starting the application, a number of dialogue boxes appear, showing tips etc. Clicking on the <OK> or any other buttons with the mouse has no effect. The buttons can be activated by selecting them with the mouse and pressing <Space> or <Enter>.
Nothing relevant in the terminal, only: fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
This problem once has been reported in bug #14702. It went away in 1.1.35 but as a side effect, text has disappeared on the buttons. The problem with the unclickable buttons was re-introduced in Wine-1.1.43 and regression testing resulted the following commit:
352e2ff6eb5116d2ac91db9258ae288733e3a271 is the first bad commit commit 352e2ff6eb5116d2ac91db9258ae288733e3a271 Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Apr 12 13:00:45 2010 +0400
gdi32: Use supplied hdc for DIB_RGB_COLORS if it's valid.
This is about fixing regression introduced with 2854884a428e222cbb9078d875068a72f25365c4. Initial patch fixed MSVS 2005 toolbars blackness, this one doesn't break a fix, and fixes regressed Animation control glitches (and probably reported games related problems).
:040000 040000 a62c5e889d4dcc28feb9192da502d7ccff91d3e7 dc93afa4776b556c17cdf8a465096919c1cb6a85 M dlls
I could revert the patch cleanly on Wine-1.3.15 and that fixed the problem (although text is missing again on the buttons with the reverted patch)
Author of the patch added to CC. Download link to the demo version added to URL.
Fedora 15 x86 Gnome 3