http://bugs.winehq.org/show_bug.cgi?id=16595
Summary: Scroll bars don't work on 4D 6.5.4 Product: Wine Version: 1.1.10 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sebastien.ramage@gmail.com
Scroll bars don't work on 4D 6.5.4
if you click on cursor and move it , it works but if you click on a blank area on the bar , nothing happens
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #1 from Sébastien Ramage sebastien.ramage@gmail.com 2008-12-22 08:17:19 --- 4d runtime and test database here : http://www.janin.prog.fr/4d_wine_test.7z
http://bugs.winehq.org/show_bug.cgi?id=16595
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Version|1.1.10 |1.1.12
http://bugs.winehq.org/show_bug.cgi?id=16595
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Version|1.1.12 |1.1.10
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.10 |1.1.14
http://bugs.winehq.org/show_bug.cgi?id=16595
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.14 |1.1.10
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-03 02:17:47 --- Please don't change the version field.
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #3 from Sébastien Ramage sebastien.ramage@gmail.com 2009-02-03 02:19:45 --- (In reply to comment #2)
Please don't change the version field.
Ok. But I tested it on version 1.1.14 and the bug is the same...
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-03 02:25:19 --- (In reply to comment #3)
(In reply to comment #2)
Please don't change the version field.
Ok. But I tested it on version 1.1.14 and the bug is the same...
Adding a comment stating that is enough.
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #5 from Sébastien Ramage sebastien.ramage@gmail.com 2009-02-19 06:01:42 --- (In reply to comment #0)
Scroll bars don't work on 4D 6.5.4
if you click on cursor and move it , it works but if you click on a blank area on the bar , nothing happens
TEST on Wine 1.1.15 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #6 from Sébastien Ramage sebastien.ramage@gmail.com 2009-03-02 04:31:00 --- (In reply to comment #0)
Scroll bars don't work on 4D 6.5.4
if you click on cursor and move it , it works but if you click on a blank area on the bar , nothing happens
TEST on Wine 1.1.16 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #7 from Sébastien Ramage sebastien.ramage@gmail.com 2009-03-24 10:00:35 --- Test on Wine 1.1.17 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #8 from Austin English austinenglish@gmail.com 2009-03-25 14:12:17 --- (In reply to comment #0)
Scroll bars don't work on 4D 6.5.4
if you click on cursor and move it , it works but if you click on a blank area on the bar , nothing happens
Seems okay here in git. You're saying click the blank scrollbar space, right?
http://bugs.winehq.org/show_bug.cgi?id=16595
Rein Klazes wijn@online.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from Rein Klazes wijn@online.nl 2009-03-26 04:24:21 --- I can see the bug allright. It doesn't happen with 100% repeatability but after some mouse clicking/dragging the scroll bar in any way it stops functioning.
The reason is getting clear as well: after the WM_LBUTTONDOWN message, the app sends first a WM_CANCEL message, followed by a new WM_LBUTTONDOWN message. The first message should ( I suppose) cancel the scrollbar tracking, and the second start it anew. Wine does not cancel this tracking, which leads to multiple lines of execution tracking the scrollbar and not enough WM_LBUTTONUP messages to finish them all.
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #10 from Sébastien Ramage sebastien.ramage@gmail.com 2009-03-26 04:28:17 --- (In reply to comment #8)
(In reply to comment #0)
Scroll bars don't work on 4D 6.5.4
if you click on cursor and move it , it works but if you click on a blank area on the bar , nothing happens
Seems okay here in git. You're saying click the blank scrollbar space, right?
Yes it's right and I add that the up and down buttons of the scrollbar don't work
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #11 from Sébastien Ramage sebastien.ramage@gmail.com 2009-04-02 09:06:31 --- Test on Wine 1.1.18 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #12 from Sébastien Ramage sebastien.ramage@gmail.com 2009-04-13 05:40:51 ---
Test on Wine 1.1.19 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #13 from Sébastien Ramage sebastien.ramage@gmail.com 2009-04-28 03:07:19 ---
Test on Wine 1.1.20 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #14 from Sébastien Ramage sebastien.ramage@gmail.com 2009-05-13 03:00:39 ---
Test on Wine 1.1.21 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #15 from Sébastien Ramage sebastien.ramage@gmail.com 2009-05-25 01:39:41 ---
Test on Wine 1.1.22 : same bug
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #16 from Sébastien Ramage sebastien.ramage@gmail.com 2009-06-30 01:56:26 --- TEST on Wine 1.1.24 : same bug (on Ubuntu 8.10)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #17 from Sébastien Ramage sebastien.ramage@gmail.com 2009-07-06 09:26:44 --- TEST on Wine 1.1.25 : same bug (on Ubuntu 8.10)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #18 from Sébastien Ramage sebastien.ramage@gmail.com 2009-07-21 02:31:38 ---
TEST on Wine 1.1.26 : same bug (on Ubuntu 9.04)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #19 from Sébastien Ramage sebastien.ramage@gmail.com 2009-08-24 05:57:14 ---
TEST on Wine 1.1.27 : same bug (on Ubuntu 9.04)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #20 from Sébastien Ramage sebastien.ramage@gmail.com 2009-08-24 05:57:42 ---
TEST on Wine 1.1.28 : same bug (on Ubuntu 9.04)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #21 from Sébastien Ramage sebastien.ramage@gmail.com 2009-09-14 09:45:29 ---
TEST on Wine 1.1.29 : same bug (on Ubuntu 9.04)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #22 from Sébastien Ramage sebastien.ramage@gmail.com 2009-10-26 04:43:55 ---
TEST on Wine 1.1.32 : same bug (on Ubuntu 9.04)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #23 from Sébastien Ramage sebastien.ramage@gmail.com 2010-01-25 02:11:57 --- TEST on Wine 1.1.35 : same bug (on Ubuntu 9.10) TEST on Wine 1.1.36 : same bug (on Ubuntu 9.10) TEST on Wine 1.1.37 : same bug (on Ubuntu 9.10)
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #24 from Sébastien Ramage sebastien.ramage@gmail.com 2010-01-25 07:40:09 --- It works after applying this patch ! http://www.winehq.org/pipermail/wine-patches/2009-April/071430.html
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #25 from Sébastien Ramage sebastien.ramage@gmail.com 2010-01-25 07:42:39 --- Created an attachment (id=25883) --> (http://bugs.winehq.org/attachment.cgi?id=25883) patch
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25883|patch |patch description| |thank to Rein Klazes
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25883|patch |patch description|thank to Rein Klazes |from Rein Klazes
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25883|patch |patch description|from Rein Klazes |
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #26 from Sébastien Ramage sebastien.ramage@gmail.com 2010-01-25 07:52:27 --- (In reply to comment #25)
Created an attachment (id=25883)
--> (http://bugs.winehq.org/attachment.cgi?id=25883) [details]
patch
thanks to Rein Klazes for the patch
http://bugs.winehq.org/show_bug.cgi?id=16595
Rein Klazes wijn@online.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #27 from Rein Klazes wijn@online.nl 2010-01-26 01:22:29 --- Yes, sorry that I did not mention that a fix was available. I thought that I did.
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #28 from Sébastien Ramage sebastien.ramage@gmail.com 2010-01-27 06:46:26 --- (In reply to comment #1)
4d runtime and test database here : http://www.janin.prog.fr/4d_wine_test.7z
if the previous download link doesn't work, use this : http://www.janin-tools.com/download/wine/4d_wine_test.7z
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #29 from Sébastien Ramage sebastien.ramage@gmail.com 2010-02-22 04:25:15 --- Test on Wine 1.1.39 : same bug
But it works with the patch !
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME
--- Comment #30 from Sébastien Ramage sebastien.ramage@gmail.com 2010-03-04 02:10:54 --- Change the status to resolved because the patch works for me !
http://bugs.winehq.org/show_bug.cgi?id=16595
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |
--- Comment #31 from Andrew Nguyen arethusa26@gmail.com 2010-03-04 02:33:36 --- No fix has been committed into Wine, so resolving it WORKSFORME is inappropriate.
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #32 from Sébastien Ramage sebastien.ramage@gmail.com 2010-03-04 02:40:16 --- (In reply to comment #31)
No fix has been committed into Wine, so resolving it WORKSFORME is inappropriate.
OK sorry.
Can you tell me if the patch is correctly submit ? If yes, when will it be accepted ?
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #33 from Austin English austinenglish@gmail.com 2010-03-04 10:40:15 --- (In reply to comment #32)
(In reply to comment #31)
No fix has been committed into Wine, so resolving it WORKSFORME is inappropriate.
OK sorry.
Can you tell me if the patch is correctly submit ? If yes, when will it be accepted ?
You can see committed patches here: http://source.winehq.org/git/wine.git/
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #34 from Sébastien Ramage sebastien.ramage@gmail.com 2010-03-21 07:24:07 --- Same bug no Wine 1.1.41
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25883|0 |1 is obsolete| |
--- Comment #35 from Sébastien Ramage sebastien.ramage@gmail.com 2010-03-24 12:29:10 --- Created an attachment (id=27015) --> (http://bugs.winehq.org/attachment.cgi?id=27015) working patch
http://bugs.winehq.org/show_bug.cgi?id=16595
--- Comment #36 from Sébastien Ramage sebastien.ramage@gmail.com 2010-03-24 12:30:19 --- (In reply to comment #35)
Created an attachment (id=27015)
--> (http://bugs.winehq.org/attachment.cgi?id=27015) [details]
working patch
git version work with the patch (1.1.41)
http://bugs.winehq.org/show_bug.cgi?id=16595
Sébastien Ramage sebastien.ramage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED
--- Comment #37 from Sébastien Ramage sebastien.ramage@gmail.com 2010-04-08 04:51:33 --- Test on Wine 1.1.42 on Ubuntu 9.10 : IT WORKS !
http://bugs.winehq.org/show_bug.cgi?id=16595
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #38 from Alexandre Julliard julliard@winehq.org 2010-04-16 13:02:29 --- Closing bugs fixed in 1.1.43.