Closed
Bug 12243
Opened 26 years ago
Closed 26 years ago
[IME][IME-Commit][IME-HighLight]DB text input always appended regardless of cursor position
Categories
(Core :: Internationalization, defect, P2)
Tracking
()
CLOSED
FIXED
M11
People
(Reporter: blee, Assigned: ftang)
References
Details
(Keywords: inputmethod)
Steps to repro:
1)Type in some JA/KO text in Editor and click any where on the text input
to move cursor in the middle of the text (with mouse).
2)Resume typing.
==> Regardless the position of the cursor, additional text is placed at the end
of the previous input. This doesn't happen when cursor is moved by arrow keys.
OS/bld: WinNT 4.0 JA/1999-08-16-09-M9, WinNT 4.0 KO/1999-08-16-09-M9
Updated•26 years ago
|
Assignee: ftang → tague
Component: Editor → Internationalization
QA Contact: sujay → blee
Sometimes it's appended in front of the previously entered text.
can you be more explicit about the steps you are taking to produce this bug (for
instance what is the state of the IME when you "resume typing"). i can't
reproduce this one, so i'm probably using a different set of steps.
I took combination of full-byte Hiragana and Katakana on IME and used the same
when typing resumed.
| Assignee | ||
Comment 4•26 years ago
|
||
I try it and what happened are very similar to 12249. Basically the problem is
1) we do not implement IME highlight yet. 2) mouse click does not commit
uncommitted text. And the rest are the confusion from the tester since from the
combination of 1) and 2).
| Assignee | ||
Updated•26 years ago
|
Assignee: tague → ftang
Status: ASSIGNED → NEW
Summary: DB text input always appended regardless of cursor position → [IME][IME-Commit][IME-HighLight]DB text input always appended regardless of cursor position
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Target Milestone: M12 → M11
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•26 years ago
|
||
The IME hightlight part got fix. Please open a seperate bug for not commiting
the IME when we click other places.
Updated•16 years ago
|
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•