[Bug 57594] New: Listview columns "swapped" when using LVS_EX_CHECKBOXES (Defraggler)
https://bugs.winehq.org/show_bug.cgi?id=57594 Bug ID: 57594 Summary: Listview columns "swapped" when using LVS_EX_CHECKBOXES (Defraggler) Product: Wine Version: 10.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs(a)winehq.org Reporter: kyle.kcsoftwares(a)gmail.com Distribution: --- Created attachment 77708 --> https://bugs.winehq.org/attachment.cgi?id=77708 Defraggler Ubuntu Piriform 2.21 from https://web.archive.org/web/20200503230319/http://download.piriform.com/dfse... Checkboxes are overlapping listbox items and columns are having wrong size : Looks like LVS_EX_CHECKBOXES is not correctly supported as 2 first columns are drawn in the wrong order See https://jira.reactos.org/browse/CORE-19313 for more details -- 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=57594 KRosUser <kyle.kcsoftwares(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu URL| |https://web.archive.org/web | |/20200503230319/http://down | |load.piriform.com/dfsetup22 | |1.exe -- 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=57594 --- Comment #1 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- Created attachment 77709 --> https://bugs.winehq.org/attachment.cgi?id=77709 All columns are wrong -- 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=57594 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.
http://bugs.winehq.org/show_bug.cgi?id=57594 KRosUser <kyle.kcsoftwares(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10.0-rc3 |10.5 -- 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=57594 --- Comment #2 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- Still present in Wine 10.5 -- 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=57594 --- Comment #3 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- Could it be due to https://bugs.winehq.org/show_bug.cgi?id=38320 ? (HDM_SETORDERARRAY sent to ListViews's header doesn't affect column order in a list) -- 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=57594 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to KRosUser from comment #3)
Could it be due to https://bugs.winehq.org/show_bug.cgi?id=38320 ? (HDM_SETORDERARRAY sent to ListViews's header doesn't affect column order in a list)
Yes, I think it's exactly the issue here. -- 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=57594 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Listview columns "swapped" |Icorrect order of Listview |when using |columns in Defraggler |LVS_EX_CHECKBOXES | |(Defraggler) | -- 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=57594 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Icorrect order of Listview |Incorrect order of Listview |columns in Defraggler |columns in Defraggler -- 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=57594 --- Comment #5 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- OK -- 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=57594 Maotong Zhang <zmtong1988@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zmtong1988@gmail.com --- Comment #6 from Maotong Zhang <zmtong1988@gmail.com> --- Created attachment 80062 --> http://bugs.winehq.org/attachment.cgi?id=80062 test-patch Hello, could you please test if the patch resolves the 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.
http://bugs.winehq.org/show_bug.cgi?id=57594 --- Comment #7 from Nikolay Sivov <bunglehead@gmail.com> --- (In reply to Maotong Zhang from comment #6)
Created attachment 80062 [details] test-patch
Hello, could you please test if the patch resolves the issue?
I'm pretty sure it doesn't work like that, but it should be testable. -- 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=57594 --- Comment #8 from Maotong Zhang <zmtong1988@gmail.com> --- (In reply to Nikolay Sivov from comment #7)
(In reply to Maotong Zhang from comment #6)
Created attachment 80062 [details] test-patch
Hello, could you please test if the patch resolves the issue?
I'm pretty sure it doesn't work like that, but it should be testable.
Yes, this is not a good solution. Let's test it and see. -- 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=57594 --- Comment #9 from Maotong Zhang <zmtong1988@gmail.com> --- Created attachment 80108 --> http://bugs.winehq.org/attachment.cgi?id=80108 test2-patch Hello Nikolay Without adding an order cache to LISTVIEW_INFO. Implement sorting in LISTVIEW_Notify → HDN_ITEMCHANGED to reorder the list. I'm not sure if this approach would work. -- 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=57594 Maotong Zhang <zmtong1988@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80108|0 |1 is obsolete| | --- Comment #10 from Maotong Zhang <zmtong1988@gmail.com> --- Created attachment 80109 --> http://bugs.winehq.org/attachment.cgi?id=80109 test2-patch Sorry, there was an error in the upload. -- 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 (2)
-
WineHQ Bugzilla -
WineHQ Bugzilla