Closed
Bug 1178652
Opened 9 years ago
Closed 9 years ago
[e10s] NOTIFY_IME_OF_COMPOSITION_UPDATE isn't notified on parent process
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
After bug 1175392, this event isn't fired on parent process. If not e10s, it works.
Assignee | ||
Comment 1•9 years ago
|
||
Also, we shouldn't check TextComposition since this event is notified when composition is committed too.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → m_kato
Assignee | ||
Updated•9 years ago
|
Keywords: regression
Updated•9 years ago
|
tracking-e10s:
--- → +
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8628153 [details] [diff] [review]
Send NOTIFY_IME_OF_COMPOSITION_UPDATE to parent correctly
This is a regression by bug 1175392.
When PuppetWidget's composition update has to reply to parent process. But after bug 1175392, this notification isn't received on parent process's widget.
If child process's notification, TextComposition is on child process. So we shouldn't check TextComposition on parent process if from child process.
Attachment #8628153 -
Flags: review?(masayuki)
Comment 4•9 years ago
|
||
Comment on attachment 8628153 [details] [diff] [review]
Send NOTIFY_IME_OF_COMPOSITION_UPDATE to parent correctly
Thank you!
Attachment #8628153 -
Flags: review?(masayuki) → review+
Comment 7•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•