Activity log for bug #1224863

Date Who What changed Old value New value Message
2013-09-13 08:42:13 Dumas bug added bug
2013-09-13 10:20:54 RaiMan summary Null pointer exception raised at click function call [1.0.1] click() on Region/Location outside screen gives Null pointer exception --- should be more explanatory
2013-09-23 09:44:59 RaiMan sikuli: status New Fix Committed
2013-09-23 09:45:05 RaiMan sikuli: importance Undecided High
2013-09-23 09:45:08 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-09-23 09:45:11 RaiMan sikuli: milestone 1.1.0
2014-09-17 13:15:00 RaiMan sikuli: importance High Critical
2014-09-17 13:15:17 RaiMan description 1 - Version of SIKULI : X-1.0.1 2 - Operating system : Windows XP Pro SP3 3 - Procedure to reproduce the bug: The Null Pointer Exception was raised in this line of my code self.clickFunction_dict[action.lower()](reg) where: self.clickFunction_dict = {"left" : click, "right" : rightClick, "double" : doubleClick} action = "left" reg is a region object created before. This function has worked many thousands times before to crash yesterday. 4 - I recently passed to SIKULI X-1.0.1. I never encountered this problem with SIKULI X-1.0-rc3. fixed with 1.1.0 ----------------- 1 - Version of SIKULI : X-1.0.1 2 - Operating system : Windows XP Pro SP3 3 - Procedure to reproduce the bug: The Null Pointer Exception was raised in this line of my code       self.clickFunction_dict[action.lower()](reg) where:       self.clickFunction_dict = {"left" : click, "right" : rightClick, "double" : doubleClick}       action = "left"       reg is a region object created before. This function has worked many thousands times before to crash yesterday. 4 - I recently passed to SIKULI X-1.0.1. I never encountered this problem with SIKULI X-1.0-rc3.