Closed
Bug 38596
Opened 25 years ago
Closed 25 years ago
IME: Ja string doesn't move with cusor when its length exceeds the size of text field
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
M16
People
(Reporter: ji, Assigned: tajima)
Details
(Whiteboard: [nsbeta2+][Will be minus on 6/15])
Build: 2000050811 linux commercial build
When entering Japanese characters to a text widget, like mail subject or URL
location bar,
when the length of the string exceeds the size of text widget, the string
doesn't move
to the left, so the cusor is hidden somewhere in the right of the text widget,
the user can't
see what he/she has typed.
Steps of reproduce:
1. Bring up mail compose page.
2. Focus the cursor to the subject field.
3. Turn on Japanese IME and enter something very long. When the cursor passes
the edge of
the text field, you'll see the string doesn't move to the left, so you can't
see the
cusor and can't see what you have typed.
This is a generic problem. Changed the product to browser.
Product: MailNews → Browser
Summary: IME: Ja string doesn't move with cusor when its length exceeds the size of text field → IME: Ja string doesn't move with cusor when its length exceeds the size of text field
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Putting on [nsbeta2+][6/01] radar. This work must be done by 06/01 or we may
pull this for PR2.
Whiteboard: [nsbeta2+][6/01]
Checked with 2000050909 Win32 build. Same problem there.
Changed platform to all.
Hardware: PC → All
Comment 7•25 years ago
|
||
Editor (or layout) itself needs to scroll the contents
when the contents exceed the textfield,
like ascii typing. I think the same codes
for scrolling are needed in Editor when
Editor gets NS_TEXT_EVENT from IME.
Due to slip in schedule, moving this bug from [6/01] to [Will be minus on 6/15]
for fix deadline.
Whiteboard: [nsbeta2+][6/01] → [nsbeta2+][Will be minus on 6/15]
Comment 9•25 years ago
|
||
This is duplicate of bug #36935: [i18n] Textwidget doesn't scroll when
non-7-bit-ascii chars, which has been fixed.
Actually, now the composed text is scrolled.
Toshi, could you mark it as DUPLICATE?
Assignee | ||
Comment 10•25 years ago
|
||
*** This bug has been marked as a duplicate of 36935 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•