Closed
Bug 214890
Opened 23 years ago
Closed 22 years ago
One ASCII character after a DBCS character in form input box is not recognized
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 215787
People
(Reporter: ryukbk, Assigned: mozeditor)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030802
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030802
The first trailing whitespace in form input box with multi-byte char is not
recognized as whitespace and can't be seen.
Reproducible: Always
Steps to Reproduce:
1. Open some URL with a form input box (http://www.google.com/)
2. Enter a few multi-byte characters in an input box with IME (in Japanese
Shift-JIS, in my case)
3. Turn IME off and push space key at the end of characters entered in 2.
Actual Results:
Nothing happens.
Expected Results:
Whitespace should be inserted at the end in place of carret.
Pushing space key 2 times in step 3., you'll see barely one whitespace appears.
It doesn't happen with 1-byte alphabet characters.
| Reporter | ||
Comment 1•23 years ago
|
||
Changed summary. Any 1-byte character (including whitespace) after multibyte
characters are affected.
Summary: The first trailing whitespace in form input box with multi-byte char is not recognized → One 1-byte character after multi-byte char in form input box is not recognized
Comment 2•23 years ago
|
||
.
Assignee: general → mozeditor
Component: Browser-General → Editor: Core
QA Contact: general → sairuh
| Reporter | ||
Updated•22 years ago
|
Flags: blocking1.5+
Comment 3•22 years ago
|
||
kl: only drivers can set (+) blocking flags. you can request (?) blocking status
Flags: blocking1.5+
| Reporter | ||
Comment 4•22 years ago
|
||
hmm thought this flag was for request as there's "Requestee:" on the right...
Bugzilla designer should think about its design twice :P How can I request it
then, only if it's not RTFM thing?
Anyway IMO this bug is very important for those with MBCS.
| Reporter | ||
Comment 5•22 years ago
|
||
Sorry for spam - now I understand '?' is the flag itself.
--> requested blocking1.5
Flags: blocking1.5?
Comment 6•22 years ago
|
||
need a patch to have it considered for 1.5. Joe, have any cycles to look at
this one? re-nominate if it looks like this one is getting close.
Flags: blocking1.5? → blocking1.5-
| Reporter | ||
Comment 7•22 years ago
|
||
Modified summary and changed component Editor: Core -> Internationalization
Component: Editor: Core → Internationalization
Summary: One 1-byte character after multi-byte char in form input box is not recognized → One ASCII character after a DBCS character in form input box is not recognized
| Reporter | ||
Comment 8•22 years ago
|
||
Alt key to turn on IME seems to get focus in menu, stealing the next key input.
*** This bug has been marked as a duplicate of 215787 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•