Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-21 Thread Alexandr Scherbatiy
amyal; Alexander Scherbatiy; swing-dev@openjdk.java.net Subject: Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time Good catch. I have corrected the test case. Please review. http://cr.openjdk.java.net/~aghaisas/7096375/webrev.03/ Regards, Ajit ---

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-21 Thread Rajeev Chamyal
Looks good to me. Regards, Rajeev Chamyal -Original Message- From: Ajit Ghaisas Sent: 21 July 2016 15:13 To: Rajeev Chamyal; Alexander Scherbatiy; swing-dev@openjdk.java.net Subject: RE: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time Fixed a

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-21 Thread Ajit Ghaisas
AM To: Ajit Ghaisas; Alexander Scherbatiy; swing-dev@openjdk.java.net Subject: RE: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time Hello Ajit, Frame dispose is called twice in case pass/fail button are pressed. Regards, Rajeev Chamyal -Original Message

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-20 Thread Ajit Ghaisas
: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time Hello Ajit, Frame dispose is called twice in case pass/fail button are pressed. Regards, Rajeev Chamyal -Original Message- From: Ajit Ghaisas Sent: 20 July 2016 17:50 To: Alexander Scherbatiy; swin

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-20 Thread Rajeev Chamyal
ly 20, 2016 5:13 PM To: Ajit Ghaisas; swing-dev@openjdk.java.net; Rajeev Chamyal Subject: Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time On 7/20/2016 1:50 PM, Ajit Ghaisas wrote: > Hi, > > I have modified the test as per suggestion. > &

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-20 Thread Alexandr Scherbatiy
: Alexandr Scherbatiy Sent: Wednesday, July 20, 2016 5:13 PM To: Ajit Ghaisas; swing-dev@openjdk.java.net; Rajeev Chamyal Subject: Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time On 7/20/2016 1:50 PM, Ajit Ghaisas wrote: Hi, I have modified the test a

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-20 Thread Ajit Ghaisas
@openjdk.java.net; Rajeev Chamyal Subject: Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time On 7/20/2016 1:50 PM, Ajit Ghaisas wrote: > Hi, > > I have modified the test as per suggestion. > > Please review the updated webrev : > htt

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-20 Thread Alexandr Scherbatiy
some unexpected behavior. Thanks, Alexandr. Regards, Ajit -Original Message- From: Alexandr Scherbatiy Sent: Tuesday, July 19, 2016 2:33 PM To: Ajit Ghaisas; swing-dev@openjdk.java.net; Rajeev Chamyal Subject: Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-20 Thread Ajit Ghaisas
@openjdk.java.net; Rajeev Chamyal Subject: Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time On 7/18/2016 3:27 PM, Ajit Ghaisas wrote: > Hi, > > Bug : > https://bugs.openjdk.java.net/browse/JDK-7096375 > Swing ignores first click after decr

Re: [9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-19 Thread Alexandr Scherbatiy
On 7/18/2016 3:27 PM, Ajit Ghaisas wrote: Hi, Bug : https://bugs.openjdk.java.net/browse/JDK-7096375 Swing ignores first click after decreasing system's time. Fix : BasicButtonListener keeps track of the last time when a button is pressed. This is used while discarding mouse

[9] Fix for JDK-7096375 : Swing ignores first click after decreasing system's time

2016-07-18 Thread Ajit Ghaisas
Hi, Bug : https://bugs.openjdk.java.net/browse/JDK-7096375 Swing ignores first click after decreasing system's time. Fix : BasicButtonListener keeps track of the last time when a button is pressed. This is used while discarding mouse press events to handle multiClickThreshold.