[wp-trac] [WordPress Trac] #45371: Add tag: Use `event.isComposing` to support input method editor (IME) converters
WordPress Trac
noreply at wordpress.org
Sun Mar 31 20:35:31 UTC 2019
#45371: Add tag: Use `event.isComposing` to support input method editor (IME)
converters
-------------------------------------+----------------------------
Reporter: afercia | Owner: ryanshoover
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 5.2
Component: I18N | Version: 4.9
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses: accessibility
-------------------------------------+----------------------------
Comment (by miyauchi):
Hi @afercia @ryanshoover
I am sorry for delaying for reply.
`2019-04-01 05-21-54.2019-04-01 05_23_36.gif​` is Gif animation added
`console.log( event.originalEvent.isComposing );` into the
`45371.1.patch`.
We need `[Enter]` twice to insert tag with Japanese Kanji. (Chinese and
Korean too)
The first `[Enter]` is to confirm Kanji and the second `[Enter]` is to
insert the tag.
You can see `isComposing` is false on first `[Enter]` to confirm Kanji on
Gif animation, so it isn't expected behavior for Japanese IME.
Thanks :)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45371#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list