Activity log for bug #1428114

Date Who What changed Old value New value Message
2015-03-04 12:45:20 Cris Dywan bug added bug
2015-03-04 13:00:47 Zoltan Balogh bug added subscriber Leo Arias
2015-03-04 13:01:02 Zoltan Balogh bug added subscriber Bill Filler
2015-03-04 16:44:13 Cris Dywan description Currently although it may look as though we have an OSK in Autopilot tests running on phones, keyboard input emits synthetic events. This makes testing of particular behavior involving pre-edit text impossible to test. We don't have unit tests for this either because maliit is very hard to spawn, so we essentially never run any of the tests for it. def get_keyboard(): """Return the keyboard device.""" # TODO return the OSK if we are on the phone. --elopio - 2014-01-13 return input.Keyboard.create() As per my understanding we should have an input device that talks to maliit using introspection (accessibility?), which is the way tests run in ubuntu-keyboard, but those aren't right now re-usable by other projects. Currently although it may look as though we have an OSK in Autopilot tests running on phones, keyboard input emits synthetic events. This makes testing of particular behavior involving pre-edit text impossible to test (see also bug 1428206). We don't have unit tests for this either because maliit is very hard to spawn, so we essentially never run any of the tests for it. def get_keyboard():     """Return the keyboard device."""     # TODO return the OSK if we are on the phone. --elopio - 2014-01-13     return input.Keyboard.create() As per my understanding we should have an input device that talks to maliit using introspection (accessibility?), which is the way tests run in ubuntu-keyboard, but those aren't right now re-usable by other projects.
2015-06-29 17:53:38 Cris Dywan branch linked lp:~canonical-platform-qa/ubuntu-ui-toolkit/textfield-use-osk
2015-06-29 17:54:15 Cris Dywan ubuntu-ui-toolkit (Ubuntu): assignee Richard Huddie (rhuddie)
2015-06-29 17:54:20 Cris Dywan ubuntu-ui-toolkit (Ubuntu): status Confirmed Fix Committed
2015-09-23 05:46:26 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): status Fix Committed Fix Released