http://bugs.winehq.org/show_bug.cgi?id=58236
Bug ID: 58236 Summary: Tooltip: Icon is incorrectly displayed when no title is set (wrong management of TTM_SETTITLE) Product: Wine Version: 10.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: ---
Created attachment 78565 --> http://bugs.winehq.org/attachment.cgi?id=78565 Icon without title
When TTM_SETTITLE is not set, or empty title is used, icon shall not be displayed
See https://learn.microsoft.com/en-us/windows/win32/controls/ttm-settitle for reference
http://bugs.winehq.org/show_bug.cgi?id=58236
--- Comment #1 from KRosUser kyle.kcsoftwares@gmail.com --- Created attachment 78566 --> http://bugs.winehq.org/attachment.cgi?id=78566 Correct display in Win11
http://bugs.winehq.org/show_bug.cgi?id=58236
--- Comment #2 from KRosUser kyle.kcsoftwares@gmail.com --- Created attachment 78567 --> http://bugs.winehq.org/attachment.cgi?id=78567 Sample app and source code
http://bugs.winehq.org/show_bug.cgi?id=58236
KRosUser kyle.kcsoftwares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
http://bugs.winehq.org/show_bug.cgi?id=58236
--- Comment #3 from KRosUser kyle.kcsoftwares@gmail.com --- Cause is here : https://github.com/wine-mirror/wine/blob/master/dlls/comctl32/tooltips.c#L16...
where icon data are defined even if pszTitle is NULL
http://bugs.winehq.org/show_bug.cgi?id=58236
KRosUser kyle.kcsoftwares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Tooltip: Icon is |Tooltips: Icon is |incorrectly displayed when |incorrectly displayed when |no title is set (wrong |no title is set (wrong |management of TTM_SETTITLE) |management of TTM_SETTITLE)