[Bug 29336] New: Modal dialogs should not have title bar icons
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(a)winehq.org ReportedBy: alexhenrie24(a)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... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #1 from Alex Henrie <alexhenrie24(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29336 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |-unknown Platform|All |Other OS/Version|All |other Severity|minor |trivial -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29336 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #2 from Dmitry Timoshkov <dmitry(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29336 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29336 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |00cpxxx(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #3 from Austin English <austinenglish(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #4 from Alex Henrie <alexhenrie24(a)gmail.com> --- Still present in Wine 1.7.19 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #5 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Does this still occur in Wine 1.7.44 or later? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #6 from Alex Henrie <alexhenrie24(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #7 from Alex Henrie <alexhenrie24(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #8 from super_man(a)post.com --- I think there is another bug with this exact problem and I have been trying to find it but unable so far. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #9 from super_man(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #10 from Alex Henrie <alexhenrie24(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 --- Comment #11 from super_man(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #12 from Alex Henrie <alexhenrie24(a)gmail.com> --- https://www.winehq.org/pipermail/wine-devel/2016-March/112445.html -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #13 from Wylda <wylda(a)volny.cz> --- *** Bug 23203 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29336 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Austin English <austinenglish(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org