OSDN Git Service

When tapping on the password field in the win8 logon dialog, make sure it gets focus...
authorMichael Curran <mick@kulgan.net>
Wed, 17 Oct 2012 06:04:00 +0000 (16:04 +1000)
committerMichael Curran <mick@kulgan.net>
Wed, 17 Oct 2012 06:04:00 +0000 (16:04 +1000)
commit1516f96d262909868d79f97b89931773f9722720
tree348456ed16ca1a34c87761a9d6804087b8a21408
parent0890d69c6024d3c391321f9a3d65dd1acb62fa3b
When tapping on the password field in the win8 logon dialog, make sure it gets focus, and also make sure that the onscreen keyboard appears. Specifically: implement doAction 0 for this object to do setFocus (this UIA object has no invoke pattern) and also in globalCommands's review_activate script call accNotifyTouchInteraction if this was a touch gesture, so that this is communicated to Windows.
source/appModules/logonui.py
source/globalCommands.py
source/touchHandler.py