Closed
Bug 12249
Opened 26 years ago
Closed 26 years ago
Space bar highlights part of text in CJK block
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: blee, Assigned: tague)
Details
Steps to repro:
1) Type in some JA/KO text in Editor.
2) Put cursor in the middle of a text block (by mouse or arrow keys).
3) Hit space bar.
==> Instead of inserting space, hitting space key highlights first few
characters of the text input.
OS/bld: WinNT 4.0 JA/1999-08-16-09-M9, WinNT 4.0 KO/1999-08-16-09-M9
QA Contact: sujay → blee
Summary: Space bar highlights part of text in CJK block → Space bar highlights part of text in CJK block
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
I don't see how this is a dup of #12090. This is about the effect of hitting
space bar (w/ cursor on text block) after text input is committed. #12090 is
about input not being committed and showing up in undetermined state.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
that's why it is a duplicate of 12090, the problem is that commit is not
happening when you mouse to a different part of the window.
as far as moving the text arrow within the active IME area, space spar should
select the first clause, because you are asking for a conversion operation by
hitting space.
*** This bug has been marked as a duplicate of 12090 ***
Comment 4•26 years ago
|
||
I agree with tague-
blee- are you sure it is "after text input is committed" ? Remember the IME
highlight is not implemented yet. It is easy to be confused. Two bugs cause this
confusing-
1) Input Method highlight is not implemented
2) Mouse click does not commit uncommit text.
> This is about the effect of hitting
> space bar (w/ cursor on text block) after text input is committed.
You need to log in
before you can comment on or make changes to this bug.
Description
•