mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1121313 - Part 3. Don't commit composition on IME blur from child process's widget. r=masayuki
This commit is contained in:
parent
271736bce5
commit
82a450d867
@ -502,9 +502,6 @@ PuppetWidget::NotifyIMEOfFocusChange(bool aFocus)
|
||||
if (queryEvent.mSucceeded) {
|
||||
mTabChild->SendNotifyIMETextHint(queryEvent.mReply.mString);
|
||||
}
|
||||
} else {
|
||||
// Might not have been committed composition yet
|
||||
IMEEndComposition(false);
|
||||
}
|
||||
|
||||
uint32_t chromeSeqno;
|
||||
|
Loading…
Reference in New Issue
Block a user