Skip to content

IME input issue #9

Open
Open
@pondinchen

Description

When type search keyword in non-English, such as Chinese, choosing the word with up/down/enter key will fire selection event (movePointerDown) which cause trouble.

ex. Press down key to choose desired word, the selection pointer on options changed either, and when finish the word selection by press enter it will go to the current selected item directly, and the keyword I just entered was just gone!

I finally add extra "event" parameter to the three methods ( movePointerDown/ movePointerUp/ setOption) and add return when event.target.composing is true and got this issue solved.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions