Closed
Bug 1338451
Opened 8 years ago
Closed 8 years ago
editor should commit composition when mousedown event is received first
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
Details
(Keywords: inputmethod)
Attachments
(1 file)
Currently, EditorEventListener::MouseDown() commits composition but it's called *after* HTMLEditorEventListener::MouseDown() does something. It may cause some trouble, so, HTMLEditorEventListener::MouseDown() should commit composition first, then, it should do something.
| Assignee | ||
Comment 1•8 years ago
|
||
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8837398 [details]
Bug 1338451 Editor should commit composition first at handling mousedown event
https://reviewboard.mozilla.org/r/112536/#review114008
Attachment #8837398 -
Flags: review?(m_kato) → review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/5f246ac3d663
Editor should commit composition first at handling mousedown event r=m_kato
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•