[Cocoa] Some syllables are discared when you type Hangul characters
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: blim, Unassigned)
References
Details
(Keywords: inputmethod, Whiteboard: tpi:-)
Updated•9 years ago
|
Updated•9 years ago
|
Comment 1•9 years ago
|
||
![]() |
||
Updated•9 years ago
|
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Updated•8 years ago
|
Comment 7•8 years ago
|
||
Comment 8•5 years ago
|
||
Moving all open keyboard/IME handling bugs to DOM: UI Events & Focus Handling component.
Comment 9•5 years ago
|
||
I cannot reproduce this bug even immediately after restarting macOS (I tested with Catalina). How about you, guys?
(In reply to Makoto Kato [:m_kato] from comment #5)
Root cause may be IME bug. Since IME doesn't send/call setMarkedText, we
cannot detect whether current is composing. And we cannot generate
composition event when this occurs. So I have to check this on 10.12.Also, as long as I check drawn text on textbox on Safari, composing text
isn't drawn correctly on Safari when this occur. So, this will be same even
if Safari. (Safari can input text, but composing state isn't drawn
correctly)If this is 2nd process that IME uses, IME will send/call setMarkedText, so
this doesn't occur. It means that content process can send/post composition
event if this occurs on address bar.
I think that intentional behavior is typing without composition string because until you use Firefox's content or Blink, you won't see the underline. And this 2 kind of modes cause different behavior for us actually. See bug 1319018. Therefore, I contacted Apple, but they stopped replying me... Currently, I guess that Apple's IMEs check something special property or method of a protocol or an interface.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Comment 12•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Comment 13•2 years ago
|
||
It's not clear whether this is still happening, or whether it's an IME bug rather than ours. It would be nice if someone could try to reproduce.
That said, my understanding is that this only shows up under specific unusual circumstances, and quickly goes away. And given that I don't see any recent reports or comments, it doesn't seem critical.
Comment 14•2 years ago
|
||
Unfortunately, this is still reproducible in macOS Ventura. I reported the odd behavior of simple IMEs on macOS to Apple, but they don't reply about it. Therefore, we can do nothing here.
Description
•