[Sikuli-driver] [Bug 1867074] Re: [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

2020-03-23 Thread Jon Scharff
Sounds good to me. Thanks again ^_^

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1867074

Title:
  [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

Status in Sikuli:
  Fix Released

Bug description:
  With sikuli 2.0.3 / java1.8.0_242-b08 on Windows 10 , 64 bit Build 18362 
(10.0.18362.329)
  using Jython

  Do.popAsk returns 0(False) upon timeout.

  sikuli 1.1.4 returned None, which is the documented behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1867074/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1867074] Re: [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

2020-03-23 Thread RaiMan
Just checked/tested and had a look at other related requests/bugs:

As said in the docs for the timed pop... variants: if the feature times
out (user does nothing), then None/null is returned. If the buttons
Yes/No are pressed, True/False respectively is returned.

Closing the dialog using the upper-right-x-button meaning "I do not
care" is comparable to letting it time out, in this case also None/null
is returned.

popup is an exception, which always returns True (hence no side-
effects).

I will revise the docs.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1867074

Title:
  [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

Status in Sikuli:
  Fix Released

Bug description:
  With sikuli 2.0.3 / java1.8.0_242-b08 on Windows 10 , 64 bit Build 18362 
(10.0.18362.329)
  using Jython

  Do.popAsk returns 0(False) upon timeout.

  sikuli 1.1.4 returned None, which is the documented behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1867074/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1867074] Re: [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

2020-03-23 Thread RaiMan
Thanks for feedback.

No need to do anything on your side. I will check and do what is needed.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1867074

Title:
  [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

Status in Sikuli:
  Fix Released

Bug description:
  With sikuli 2.0.3 / java1.8.0_242-b08 on Windows 10 , 64 bit Build 18362 
(10.0.18362.329)
  using Jython

  Do.popAsk returns 0(False) upon timeout.

  sikuli 1.1.4 returned None, which is the documented behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1867074/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1867074] Re: [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

2020-03-23 Thread Jon Scharff
Thank you for your quick response. I've finally gotten then change to
check the change, and for my usage, it now works the same way it did in
1.4.1.

There is still a difference when you click the upper right x button on
the popup, though. In 1.4.1, this would return 0(False), whereas in
2.0.4 it returns None. (I believe though haven't confirmed that up to
2.0.3, 0(False) is returned)

It seems the way the popup timer is implemented is different, which
changes the behavior upon timeout. It's possible other popups are also
affected.

I don't currently have a java development environment, but if it's not
too difficult to get one set up for sikuli, I wouldn't mind doing a more
detailed look at all popups and supplying a pull request that preserves
1.4.1 behavior.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1867074

Title:
  [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

Status in Sikuli:
  Fix Released

Bug description:
  With sikuli 2.0.3 / java1.8.0_242-b08 on Windows 10 , 64 bit Build 18362 
(10.0.18362.329)
  using Jython

  Do.popAsk returns 0(False) upon timeout.

  sikuli 1.1.4 returned None, which is the documented behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1867074/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1867074] Re: [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

2020-03-18 Thread RaiMan
** Changed in: sikuli
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1867074

Title:
  [2.0.3] Do.popAsk return incorrect on timeout --- fixed in 2.0.4

Status in Sikuli:
  Fix Released

Bug description:
  With sikuli 2.0.3 / java1.8.0_242-b08 on Windows 10 , 64 bit Build 18362 
(10.0.18362.329)
  using Jython

  Do.popAsk returns 0(False) upon timeout.

  sikuli 1.1.4 returned None, which is the documented behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1867074/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp