Activity log for bug #701005

Date Who What changed Old value New value Message
2011-01-10 13:03:34 RaiMan bug added bug
2011-01-10 13:06:24 RaiMan description text() always returns text with trailing x'0A20' (linefeed blank) even if text only contains one line (e.g. button text) Since you do not expect this for text, that should be only some words, the trailing should be omitted. Temp. solution: use Region.text().strip() text() always returns text with trailing x'0A20' (linefeed blank) even if text only contains one line (e.g. button text) Since you do not expect this for text, that should be only some words, the trailing x'0A20' should be omitted. Temp. solution: use Region.text().strip()
2011-01-13 10:11:02 RaiMan summary X 1.0rc1: text() always returns text with trailing x'0A20' X 1.0rc1: text() always returns text with trailing x'200A20'
2011-01-13 10:12:19 RaiMan description text() always returns text with trailing x'0A20' (linefeed blank) even if text only contains one line (e.g. button text) Since you do not expect this for text, that should be only some words, the trailing x'0A20' should be omitted. Temp. solution: use Region.text().strip() text() always returns text with trailing x'200A20' (blank linefeed blank) even if text only contains one line (e.g. button text) Since you do not expect this for text, that should be only some words, the trailing x'200A20' should be omitted. Temp. solution: use Region.text().strip()
2013-02-22 09:39:31 RaiMan sikuli: status New In Progress
2013-02-22 09:39:34 RaiMan sikuli: importance Undecided Low
2013-02-22 09:39:37 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-02-22 09:39:47 RaiMan tags fkt-text