http://bugs.winehq.org/show_bug.cgi?id=21095
--- Comment #7 from Mildred silkensedai@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.