[Bug 39952] New: trackbar thumb always at zero on dialog load.
https://bugs.winehq.org/show_bug.cgi?id=39952 Bug ID: 39952 Summary: trackbar thumb always at zero on dialog load. Product: Wine Version: 1.9.0 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs(a)winehq.org Reporter: leslie_alistair(a)hotmail.com Distribution: --- Download these examples http://www.bcgsoft.com/download/BCGControlBarProDemo.zip To work around a drawing issue. disable d2d1 dll. Run the DiagramEditor.exe example Select the "RoundBox" on screen In Diagram Properties List, Click the ... of Outline Brush This will show the Edit Brush dialog. Change the Opacity Slider to something other then 0. Click OK. Reopen of the Edit Brush dialog. The slider is back at zero, it should be the last saved value. -- 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=39952 --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Created attachment 53378 --> https://bugs.winehq.org/attachment.cgi?id=53378 Update on SetPos -- 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=39952 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch URL| |http://www.bcgsoft.com/down | |load/BCGControlBarProDemo.z | |ip -- 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=39952 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- I see what you mean, application completely takes over painting duty, so original procedure is never called for WM_PAINT and we have no chance to update this internal state. Patch is likely to be correct, but I'd like to do some tests first and clean up related things. -- 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=39952 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- Another issue is that you can't move thumb with arrow keys, for exactly same reason - thumb update deferred until WM_PAINT, that's never received. It's better to have separate report for this. -- 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=39952 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a65ddbf153b8865e0565bf210e6 | |37bf2b0053196 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> --- This is fixed with http://source.winehq.org/git/wine.git/?a=commit;h=a65ddbf153b8865e0565bf210e.... Feel free to open another one for the problem I mentioned in comment 3. -- 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=39952 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)redhat.com Target Milestone|--- |1.8.x -- 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=39952 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.2. -- 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=39952 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |--- --- Comment #6 from Michael Stefaniuc <mstefani(a)redhat.com> --- Removing 1.8.x milestone from bugs included in 1.8.1. -- 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