Activity log for bug #695650

Date Who What changed Old value New value Message
2010-12-30 10:55:17 RaiMan bug added bug
2011-01-10 13:04:45 RaiMan description all systems when saying: (I suppose it is found) t = "some-text" m = find(t) if m.text() == t: print "OK: exact match" else: print "Missed: one or more characters misread" In most cases (not to say all) you will get the "Missed". but when using: ... if m.nearby(1).text() == t: ... you will get OK in most cases (not all - look bug 695616). I guess this is a problem with some inconsistency in the internal use of the region boundary. all systems when saying: (I suppose it is found) t = "some-text" m = find(t) if m.text().strip() == t:    print "OK: exact match" else:    print "Missed: one or more characters misread" In many cases (not to say most) you will get the "Missed". but when using: ... if m.nearby(1).text().strip() == t: ... you will get OK in most cases (not all - look bug 695616). I guess this is a problem with some inconsistency in the internal use of the region boundary. comment on text().strip(): is needed, because of trailing x'0A20' (linefeed blank) see bug 701005
2011-01-19 11:47:08 RaiMan sikuli: importance Undecided Medium
2013-02-21 17:43:43 RaiMan tags fkt-text
2013-02-21 17:43:53 RaiMan sikuli: status New In Progress
2013-02-21 17:43:56 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-02-21 17:44:00 RaiMan sikuli: importance Medium Low
2018-03-18 09:00:25 Alexander Pangilinan bug added subscriber Alexander Pangilinan