http://bugs.winehq.org/show_bug.cgi?id=29336
Bug #: 29336 Summary: Modal dialogs should not have title bar icons Product: Wine Version: 1.3.32 Platform: All OS/Version: All Status: UNCONFIRMED Severity: minor Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: alexhenrie24@gmail.com Classification: Unclassified
Created attachment 37952 --> http://bugs.winehq.org/attachment.cgi?id=37952 Find dialog with title bar icon
According to MSDN, "Dialog boxes don't have title bar icons."[1] But when using unmanaged windows in Wine, they do. The simplest example I could think of is Notepad's Find and Replace dialog, but this bug affects dialogs in the Starcraft Campaign Editor and undoubtedly many other applications.
[1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa511268.aspx#titleB...
http://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com 2011-12-12 20:06:28 CST --- Created attachment 37953 --> http://bugs.winehq.org/attachment.cgi?id=37953 Proposed patch
This patch seems to correct the problem.
http://bugs.winehq.org/show_bug.cgi?id=29336
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |-unknown Platform|All |Other OS/Version|All |other Severity|minor |trivial
http://bugs.winehq.org/show_bug.cgi?id=29336
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru 2011-12-12 21:02:50 CST --- This needs some tests to figure out in which case the icon is supposed to be displayed and in which it is not.
http://bugs.winehq.org/show_bug.cgi?id=29336
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32
http://bugs.winehq.org/show_bug.cgi?id=29336
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |00cpxxx@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #3 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.18 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #4 from Alex Henrie alexhenrie24@gmail.com --- Still present in Wine 1.7.19
https://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 1.7.44 or later?
https://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #6 from Alex Henrie alexhenrie24@gmail.com --- Yes, the problem is still present in Wine 1.7.44 and can be seen on Notepad's Find dialog, StarEdit's Triggers dialog, and many other places.
https://bugs.winehq.org/show_bug.cgi?id=29336
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #7 from Alex Henrie alexhenrie24@gmail.com --- Created attachment 53920 --> https://bugs.winehq.org/attachment.cgi?id=53920 Test program
This program demonstrates that a title bar icon only appears on a window if WS_SYSMENU was specified and either an icon handle was specified or WS_EX_DLGMODALFRAME was not specified.
https://bugs.winehq.org/show_bug.cgi?id=29336
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #8 from super_man@post.com --- I think there is another bug with this exact problem and I have been trying to find it but unable so far.
https://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #9 from super_man@post.com --- (In reply to super_man from comment #8)
I think there is another bug with this exact problem and I have been trying to find it but unable so far.
dupe 23203 or similar issue.
https://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #10 from Alex Henrie alexhenrie24@gmail.com --- https://source.winehq.org/git/wine.git/commitdiff/9a28e350644b6850f08880a7fa... fixed this for if "Emulate a virtual desktop" is checked or "Allow the window manager to decorate the windows" is unchecked in winecfg - thanks Alexandre! winex11.drv will require a separate fix.
https://bugs.winehq.org/show_bug.cgi?id=29336
--- Comment #11 from super_man@post.com --- (In reply to Alex Henrie from comment #10)
https://source.winehq.org/git/wine.git/commitdiff/ 9a28e350644b6850f08880a7faa8bce8c41af812 fixed this for if "Emulate a virtual desktop" is checked or "Allow the window manager to decorate the windows" is unchecked in winecfg - thanks Alexandre! winex11.drv will require a separate fix.
The bug 34551 demo installer suffers from this bug too. I installed the game without the patch and the issue is to be seen then I deleted prefix and tried with the patch from http://source.winehq.org/patches/data/120512 and the wine icon isnt visible anymore. Using kde.
I believe your patches fix bug 23203 (dupe?) too, but I cant test that one.
https://bugs.winehq.org/show_bug.cgi?id=29336
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX
--- Comment #12 from Alex Henrie alexhenrie24@gmail.com --- https://www.winehq.org/pipermail/wine-devel/2016-March/112445.html
https://bugs.winehq.org/show_bug.cgi?id=29336
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #13 from Wylda wylda@volny.cz --- *** Bug 23203 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=29336
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Austin English austinenglish@gmail.com --- Closing.