https://bugs.winehq.org/show_bug.cgi?id=58007
Bug ID: 58007 Summary: Missing ListView focused item rcLabel padding for LV_VIEW_ICON (LISTVIEW_DrawItem) Product: Wine Version: 10.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: ---
Missing ListView focused item rcLabel padding for LV_VIEW_ICON (LISTVIEW_DrawItem)
See screenshots: https://jira.reactos.org/browse/CORE-7045?focusedId=143461&page=com.atla...
Faulty code: https://github.com/wine-mirror/wine/blob/master/dlls/comctl32/listview.c#L47...
Proposed fix: https://jira.reactos.org/secure/attachment/33391/listview.c.patch
https://bugs.winehq.org/show_bug.cgi?id=58007
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial
http://bugs.winehq.org/show_bug.cgi?id=58007
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This will need some test case that shows the problem.
http://bugs.winehq.org/show_bug.cgi?id=58007
--- Comment #2 from KRosUser kyle.kcsoftwares@gmail.com --- Created attachment 78400 --> http://bugs.winehq.org/attachment.cgi?id=78400 Test Application
http://bugs.winehq.org/show_bug.cgi?id=58007
--- Comment #3 from KRosUser kyle.kcsoftwares@gmail.com --- Created attachment 78401 --> http://bugs.winehq.org/attachment.cgi?id=78401 Wine 10.5 incorrect rendering
http://bugs.winehq.org/show_bug.cgi?id=58007
--- Comment #4 from KRosUser kyle.kcsoftwares@gmail.com --- Created attachment 78402 --> http://bugs.winehq.org/attachment.cgi?id=78402 Correct Padding in Win11
http://bugs.winehq.org/show_bug.cgi?id=58007
KRosUser kyle.kcsoftwares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu URL| |https://jira.reactos.org/br | |owse/CORE-7045
http://bugs.winehq.org/show_bug.cgi?id=58007
--- Comment #5 from KRosUser kyle.kcsoftwares@gmail.com --- Sample application and screenshots added for tests and fix in Wine.