Activity log for bug #614456

Date Who What changed Old value New value Message
2010-08-06 16:45:06 Dantel D bug added bug
2010-08-28 01:04:50 niknah attachment added mousemove.patch https://bugs.launchpad.net/sikuli/+bug/614456/+attachment/1524067/+files/mousemove.patch
2010-12-12 06:45:37 Tsung-Hsiang Chang sikuli: importance Undecided Wishlist
2010-12-12 06:45:43 Tsung-Hsiang Chang sikuli: status New Triaged
2011-01-12 13:20:42 RaiMan summary No option to lock mouse movement+click to prevent user from interrupting [Request] option to lock mouse movement+click to prevent user from interrupting
2011-01-12 13:51:49 RaiMan summary [Request] option to lock mouse movement+click to prevent user from interrupting [request] option to lock mouse movement+click to prevent user from interrupting
2013-02-21 12:40:07 RaiMan sikuli: status Triaged In Progress
2013-02-21 12:40:11 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-02-21 12:40:40 RaiMan tags fkt-region
2013-05-06 12:05:30 RaiMan sikuli: importance Wishlist High
2013-05-06 12:05:32 RaiMan sikuli: milestone x1.1
2014-01-12 14:54:06 RaiMan sikuli: status In Progress Fix Committed
2014-09-17 12:35:30 RaiMan sikuli: milestone 1.1.0 1.2.0
2014-09-17 12:36:21 RaiMan description Hallo. Sikuli is a great project and it is fun working with it but there is something that bothers me and I wonder why noone else ever asked this question bevore (at least I couldnt find something similar over the search function). Sikuli works pretty good but there is a big disadvantage making it pretty unstable for proper scripts: The mouse doesnt lock up when a script is running - so it is possible that the user will move the mouse during a critical period causing the whole script to "crash". So my question is - is there a way to lock up the mouse/keyboard during the execution of a script so the user cannot cause trouble by moving the mouse or other input? If there is no standart for it in Sikuli - any suggestions to solve this matter? +@developers It there is no general option for that - would it be possible to implement one? added a more general solution, but has to be finalized early in 1.2 --------------------------------------------------- Hallo. Sikuli is a great project and it is fun working with it but there is something that bothers me and I wonder why noone else ever asked this question bevore (at least I couldnt find something similar over the search function). Sikuli works pretty good but there is a big disadvantage making it pretty unstable for proper scripts: The mouse doesnt lock up when a script is running - so it is possible that the user will move the mouse during a critical period causing the whole script to "crash". So my question is - is there a way to lock up the mouse/keyboard during the execution of a script so the user cannot cause trouble by moving the mouse or other input? If there is no standart for it in Sikuli - any suggestions to solve this matter? +@developers It there is no general option for that - would it be possible to implement one?
2015-07-08 10:33:35 ozgurta bug added subscriber ozgurta
2016-10-18 09:14:57 RaiMan sikuli: status Fix Committed Won't Fix
2016-10-18 09:15:07 RaiMan sikuli: importance High Undecided
2016-10-18 09:15:14 RaiMan sikuli: milestone 2.0.0
2016-10-18 09:21:18 RaiMan sikuli: status Won't Fix In Progress
2016-10-18 09:21:23 RaiMan sikuli: importance Undecided Medium
2016-10-18 09:21:27 RaiMan sikuli: milestone 2.0.0
2016-10-18 09:21:33 RaiMan description added a more general solution, but has to be finalized early in 1.2 --------------------------------------------------- Hallo. Sikuli is a great project and it is fun working with it but there is something that bothers me and I wonder why noone else ever asked this question bevore (at least I couldnt find something similar over the search function). Sikuli works pretty good but there is a big disadvantage making it pretty unstable for proper scripts: The mouse doesnt lock up when a script is running - so it is possible that the user will move the mouse during a critical period causing the whole script to "crash". So my question is - is there a way to lock up the mouse/keyboard during the execution of a script so the user cannot cause trouble by moving the mouse or other input? If there is no standart for it in Sikuli - any suggestions to solve this matter? +@developers It there is no general option for that - would it be possible to implement one? Update 2016-10-18 ********************************* There will never be such an absolute solution available (block user actions). Only some filter and detection for user actions will be available maybe with user callbacks, to be at least be able to ignore actions initiated by the real mouse and real keyboard. based on: https://github.com/kwhat/jnativehook --------------------------------------------------- Hallo. Sikuli is a great project and it is fun working with it but there is something that bothers me and I wonder why noone else ever asked this question bevore (at least I couldnt find something similar over the search function). Sikuli works pretty good but there is a big disadvantage making it pretty unstable for proper scripts: The mouse doesnt lock up when a script is running - so it is possible that the user will move the mouse during a critical period causing the whole script to "crash". So my question is - is there a way to lock up the mouse/keyboard during the execution of a script so the user cannot cause trouble by moving the mouse or other input? If there is no standart for it in Sikuli - any suggestions to solve this matter? +@developers It there is no general option for that - would it be possible to implement one?
2019-11-07 16:27:46 RaiMan sikuli: importance Medium Wishlist
2019-11-07 16:27:51 RaiMan sikuli: milestone 2.0.0 2.1.0
2019-11-18 18:38:48 RaiMan sikuli: importance Wishlist Medium
2020-03-07 04:18:24 Eric G bug added subscriber Eric G
2020-03-08 14:42:08 RaiMan description Update 2016-10-18 ********************************* There will never be such an absolute solution available (block user actions). Only some filter and detection for user actions will be available maybe with user callbacks, to be at least be able to ignore actions initiated by the real mouse and real keyboard. based on: https://github.com/kwhat/jnativehook --------------------------------------------------- Hallo. Sikuli is a great project and it is fun working with it but there is something that bothers me and I wonder why noone else ever asked this question bevore (at least I couldnt find something similar over the search function). Sikuli works pretty good but there is a big disadvantage making it pretty unstable for proper scripts: The mouse doesnt lock up when a script is running - so it is possible that the user will move the mouse during a critical period causing the whole script to "crash". So my question is - is there a way to lock up the mouse/keyboard during the execution of a script so the user cannot cause trouble by moving the mouse or other input? If there is no standart for it in Sikuli - any suggestions to solve this matter? +@developers It there is no general option for that - would it be possible to implement one? Update 2020-03-01 *** tracked on Github: https://github.com/RaiMan/SikuliX1/issues/327 There will never be such an absolute solution available (block user actions). Only some filter and detection for user actions will be available maybe with user callbacks, to be at least be able to ignore actions initiated by the real mouse and real keyboard. based on: https://github.com/kwhat/jnativehook --------------------------------------------------- Hallo. Sikuli is a great project and it is fun working with it but there is something that bothers me and I wonder why noone else ever asked this question bevore (at least I couldnt find something similar over the search function). Sikuli works pretty good but there is a big disadvantage making it pretty unstable for proper scripts: The mouse doesnt lock up when a script is running - so it is possible that the user will move the mouse during a critical period causing the whole script to "crash". So my question is - is there a way to lock up the mouse/keyboard during the execution of a script so the user cannot cause trouble by moving the mouse or other input? If there is no standart for it in Sikuli - any suggestions to solve this matter? +@developers It there is no general option for that - would it be possible to implement one?
2020-03-08 14:42:19 RaiMan sikuli: status In Progress Confirmed
2020-03-08 14:42:26 RaiMan sikuli: importance Medium Undecided