[Bug 36841] New: Disabled Scrollbar controls does not get enables enable after SetScrollInfo
http://bugs.winehq.org/show_bug.cgi?id=36841 Bug ID: 36841 Summary: Disabled Scrollbar controls does not get enables enable after SetScrollInfo Product: Wine Version: 1.6.2 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: minor Priority: P2 Component: comctl32 Assignee: wine-bugs(a)winehq.org Reporter: tulio150(a)mailinator.com On windows, when you create a scrollbar control with WS_DISABLED, it initially has the usual disabled look, but when you call SetScrollInfo or SetScrollPos it is automatically enabled and fully functional. Under wine, when you call SetScrollInfo on a disabled Scrollbar control, it just gets the enabled look, but is unclickable and doesn't get the keyboard focus, like it is still disabled. You have to explicitly call EnableWindow after to clear the WS_DISABLED bit. Also, calling EnableWindow(FALSE) on it have no effect, it still have the enabled look. -- 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=36841 tulio150(a)mailinator.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Disabled Scrollbar controls |Disabled Scrollbar controls |does not get enables enable |does not get enabled after |after SetScrollInfo |SetScrollInfo -- 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=36841 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.51 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.
https://bugs.winehq.org/show_bug.cgi?id=36841 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|UNCONFIRMED |RESOLVED --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- Please reopen if you have a test application to demonstrate this 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=36841 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Closing ABANDONED bugs. -- 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