Closed Bug 173305 Opened 22 years ago Closed 4 years ago

By clicking mouse button, composition is committed

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: kasumi, Unassigned)

References

Details

(Keywords: inputmethod, intl)

tested 2002-10-07-10-trunk
Win XP Pro. JA

1. Launch Composer
2. Change charset to any JA charsets
3. Make sure IME on and Hiragana input mode
4. Type akaihana
5. You will see akaihana in Hiragana having red underline for whole line
6. To convert, hit space key
7. You will see partly converted into kanji but still have red underline for 
   whole line
8. Click left/right mouse button, whole line is turned to be committed(disappear
red underline)

Expected: Unless hit enter key, never turn to be committed
Keywords: intl
QA Contact: ruixu → kasumi
shanjian: did u already fix this?
Status: NEW → ASSIGNED
kasumi, should this have been taken care of by bug 36975? The trunk you tested
2002-10-07-10 should have the patch for 36975. I am confused.
This is not identical problem as 36975.
This bug is occured by clicking out of line.
36975 was occurred on line. 
QA Contact: kasumi → i18n
Assignee: tetsuroy → nobody
Status: ASSIGNED → NEW
Component: Internationalization → Widget
OS: Windows XP → All
QA Contact: i18n → general
Hardware: x86 → All

For web-compat, we shouldn't keep composition when user clicks outside of composition string.

Note that we've already implemented notifying IME of mouse events during composition so that if IME wants different behavior, they consume and we don't commit composition. For example, when you click non-selected clause, IME may select the clause.

Status: NEW → RESOLVED
Closed: 4 years ago
Component: Widget → DOM: UI Events & Focus Handling
Resolution: --- → INVALID
Summary: [IME] By clicking mouse button, conversion mode turn to commit mode → By clicking mouse button, composition is committed
You need to log in before you can comment on or make changes to this bug.