Closed
Bug 1120260
Opened 11 years ago
Closed 10 years ago
Suggestion drop down should be staying open while the user is doing composition by IME
Categories
(Toolkit :: Autocomplete, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: alice0775, Unassigned)
References
Details
(Keywords: inputmethod)
The suggestion drop down is closed When the user start typing text with IME.
And The suggestion drop down is re-opened when user finished conversion of IME.
It is annoying behebiour because it disturbs my eyes.
And the annoyance is remarkable since Since landing the new Search UI.
Steps To Reproduce:
1. Open any input field which is enabled autocomplete or Searchbar
2. Turn on IME
3. Type text and composition start, [にほん] ;where [] in progress composition by IME
---- Suggestion is hidden
4. Conversion IME, 日本
---- Suggestion pops up
5. Append text and composition start 日本[けんちく]
---- Suggestion is closed
6. Conversion IME 日本建築
---- Suggestion pops up
![]() |
Reporter | |
Updated•11 years ago
|
Summary: Suggestion drop down should be staying open while the user is doing composition → Suggestion drop down should be staying open while the user is doing composition by IME
Comment 1•10 years ago
|
||
This behavior is by design. See bug 165055.
Applications cannot know when IME shows candidate window or suggest window. Therefore, we stop autocomplete between compositionstart and compositionend for preventing the autocomplete window covers IME's window.
I mark this as INVA. However, if you have some idea for better behavior, feel free to comment here. If it's really better idea, we should take it.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•