Activity log for bug #1824694

Date Who What changed Old value New value Message
2019-04-14 11:53:16 Bharatendu SOUMIL bug added bug
2019-04-14 11:54:31 Bharatendu SOUMIL description Steps to reproduce: 1. Install SikuliX 1.1.4 2. Try the following lines to type the "ü" character : keyDown(Key.ALT) type(Key.NUM1) type(Key.NUM2) type(Key.NUM9) keyUp(Key.ALT) code compiles perfectly well but you wont see the "ü" as desired. This code worked perfectly fine with older versions 3. Tested with Windows 10 machine using Sikul1X1.1.4 Steps to reproduce: 1. Install SikuliX 1.1.4 2. Try the following lines to type the "ü" character :     keyDown(Key.ALT)     type(Key.NUM1)     type(Key.NUM2)     type(Key.NUM9)     keyUp(Key.ALT) code compiles perfectly well but you wont see the "ü" as desired. This code worked perfectly fine with older versions....The NUM keys work perfectly fine if used individually like type(Key.NUM1), but not together with the keyDown function 3. Tested with Windows 10 machine using Sikul1X1.1.4
2019-04-14 15:06:06 RaiMan summary Numpad keys not working together with keyDown(Key.ALT) [1.1.4] Numpad keys not working together with keyDown(Key.ALT) --- workaround: use type(u"ö") instead
2019-04-14 15:06:15 RaiMan sikuli: status New In Progress
2019-04-14 15:06:20 RaiMan sikuli: importance Undecided Medium
2019-04-14 15:06:24 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2019-04-14 15:06:28 RaiMan sikuli: milestone 1.1.4
2019-04-14 15:07:40 RaiMan description Steps to reproduce: 1. Install SikuliX 1.1.4 2. Try the following lines to type the "ü" character :     keyDown(Key.ALT)     type(Key.NUM1)     type(Key.NUM2)     type(Key.NUM9)     keyUp(Key.ALT) code compiles perfectly well but you wont see the "ü" as desired. This code worked perfectly fine with older versions....The NUM keys work perfectly fine if used individually like type(Key.NUM1), but not together with the keyDown function 3. Tested with Windows 10 machine using Sikul1X1.1.4 ------------------------------------------ workaround ;-) The type on Windows is completely revised, so it now accepts any unicode sequence. usage: type(u"äöüß@§") will type the given characters as expected. ------------------------------------------------------------- Steps to reproduce: 1. Install SikuliX 1.1.4 2. Try the following lines to type the "ü" character :     keyDown(Key.ALT)     type(Key.NUM1)     type(Key.NUM2)     type(Key.NUM9)     keyUp(Key.ALT) code compiles perfectly well but you wont see the "ü" as desired. This code worked perfectly fine with older versions....The NUM keys work perfectly fine if used individually like type(Key.NUM1), but not together with the keyDown function 3. Tested with Windows 10 machine using Sikul1X1.1.4
2019-11-07 16:04:20 RaiMan sikuli: status In Progress Fix Released
2019-11-07 16:04:24 RaiMan sikuli: milestone 1.1.4 2.0.0