[Bug 21095] New: Scrollbar position not always on the left
http://bugs.winehq.org/show_bug.cgi?id=21095 Summary: Scrollbar position not always on the left Product: Wine Version: 1.1.32 Platform: x86 OS/Version: All Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: silkensedai(a)online.fr Created an attachment (id=25309) --> (http://bugs.winehq.org/attachment.cgi?id=25309) The toolbar that doesn't want to stay left aligned Hi, In the application PcKent (French medical software), sometimes it happens when the screen is redrawn that an horizontal scrollbar that should be positioned left gets positioned somewhere else (middle or right). This is annoying because the most important information is on the left. on the right we have information that is seldom viewed. I can test further the application, and I don't have its source code. The creator might want to help though (and perhaps I might convince him to provide a native Linux or Mac OS X version of his application using wine libraries). Attached, a screenshoot of the scrollbar (and its widget). i don't know if you might be able to help but it's better than nothing. PCKent Website: http://www.evidence-sarl.com/france/pck2_accueil.htm -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-12-20 13:04:14 --- You mean vertical scrollbar? The one that's displayed on the right in your image? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #2 from Mildred <silkensedai(a)online.fr> 2009-12-20 16:31:25 --- Sorry, I meant the horizontal one. It should be on the left, and generally, it is not when the interface is drawn. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-12-20 19:46:55 --- Is there a demo available? Can you get a +scroll trace? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-12-20 22:31:17 --- (In reply to comment #2)
Sorry, I meant the horizontal one. It should be on the left, and generally No, it should be on the bottom not on the left.
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |-unknown -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-12-21 09:32:01 --- It's not clear at all if it's a standard scroll bar (then user32 would be appropriate choice) or a custom control. Do you have any clue Vitaliy? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-12-21 09:35:47 --- (In reply to comment #5)
It's not clear at all if it's a standard scroll bar (then user32 would be appropriate choice) or a custom control. Do you have any clue Vitaliy?
Also (from the screenshot) it's not clear whether the culprit is a scrollbar. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #7 from Mildred <silkensedai(a)online.fr> 2009-12-21 16:36:17 --- (In reply to comment #4)
(In reply to comment #2)
Sorry, I meant the horizontal one. It should be on the left, and generally No, it should be on the bottom not on the left.
Well, the slider on the bottom scrollbar should be on the left when the interface is drawn, which is not always the case. I also noticed that the first time the interface is drawn, the scrollbar slider is on the left like normal. Every other time, it is messed up. Let me explain a bit better (I hope). The application is divided in many screens, each accessible using a function key (F1, F2, ...). The first time the screen is opened (I suppose the interface is created then), the scrollbar slider sits on the left as it should. Now if I change the screen and open it again, the slider is not on the left as it should (even if the data inside the scrolled are hasn't changed). Now, the application is designed so that this slider should always be on the left. I suppose that there is a function call somewhere when the interface is drawn (the screen is changed) to make this scrolled area left aligned. And perhaps this function call is made before the interface is even drawn. And the fact that the interface isn't drawn yet mess up the scrollbar position. These are just suppositions. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #8 from Mildred <silkensedai(a)online.fr> 2009-12-21 16:37:10 --- Created an attachment (id=25350) --> (http://bugs.winehq.org/attachment.cgi?id=25350) Log with WINEDEBUG=+scroll -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #9 from Mildred <silkensedai(a)online.fr> 2009-12-21 16:41:32 --- I don't think there is a public demo available. i'll ask if one can be given to you so you can help. But i don't know if I can get one soon as I don't think this is the priority for now. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #10 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-12-21 22:23:56 --- (In reply to comment #5)
It's not clear at all if it's a standard scroll bar (then user32 would be appropriate choice) or a custom control. Lets say it really can't be anywhere else. Doesn't look like a custom control, besides all window related stuff leaves in user32 anyway.
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2011-10-02 11:45:34 CDT --- This is your friendly reminder that there has been no bug activity for 1 year. Is this still an issue in current (1.3.29 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2013-11-13 15:38:31 CST --- No reply in over a year, and no download. Resolving abandoned, if anyone is still able to reproduce this in the current development version (currently 1.7.6) feel free to reopen. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=21095 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2013-11-13 15:40:20 CST --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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