OSDN Git Service

Fixed problems with braille display output when entering Korean characters.
authorMichael Curran <mick@nvaccess.org>
Wed, 20 Jan 2016 05:05:32 +0000 (15:05 +1000)
committerJames Teh <jamie@nvaccess.org>
Mon, 1 Feb 2016 03:51:05 +0000 (13:51 +1000)
commitb41ea09975ebcafbf9cfdaa2b19069c08ed91fc7
treef6055c690f1bdf60951b6c7d805b5b30f65079b3
parent85a9312c20d01c65ffccb26db1477be286d23db3
Fixed problems with braille display output when entering Korean characters.

NVDAHelper.handleInputCompositionStart: the new input composition NVDAObject's parent is set to the most correct focus (i.e. objectWithFocus). However, if this is equal to NVDA's focus object, use that instead, in order to still maintain any possible state.
Fixes #5640.
source/NVDAHelper.py
user_docs/en/changes.t2t