Open
Bug 616404
Opened 15 years ago
Updated 3 years ago
send notification and hint states atomically with focus
Categories
(Core :: IPC, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| fennec | - | --- |
People
(Reporter: blassey, Unassigned)
Details
see bug 615208 for some discussion of what could go wrong
| Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
| Reporter | ||
Comment 1•15 years ago
|
||
(In reply to comment #0)
> see bug 615208 for some discussion of what could go wrong
from cjones:
Also, I think Matt was onto a second bug lurking here. I think that in
PuppetWidget::OnIMEFocusChange(), we need to send the result of
SendNotifyIMEFocus() atomically with the result of the immediately-after
OnIMETextChange(), which can end up sending TextHint and TextChange. Otherwise
an IME event sent from chrome could race with those results and result in those
being discarded in the parent. If that happened, we would see the same
symptoms as the above bug. I'd like to fix that too, but I guess it doesn't
need to block b3 since it seems fairly improbable that it would happen in the
wild. Followup suits me.
| Reporter | ||
Comment 2•15 years ago
|
||
Chris should this block?
I wouldn't at this point, since we're apparently not seeing this in the field.
Updated•15 years ago
|
tracking-fennec: ? → 2.0-
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•