mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
bug 615208 - Android keyboard does not insert/delete at the caret in content forms r=cjones a=blocking-fennec
This commit is contained in:
parent
57bd478c70
commit
1f7fe6e2e3
@ -111,8 +111,9 @@ PuppetWidget::Create(nsIWidget *aParent,
|
||||
gfxASurface::ContentFromFormat(gfxASurface::ImageFormatARGB32));
|
||||
|
||||
mIMEComposing = PR_FALSE;
|
||||
mIMELastReceivedSeqno = 0;
|
||||
mIMELastBlurSeqno = 0;
|
||||
PRUint32 chromeSeqno;
|
||||
mTabChild->SendNotifyIMEFocus(false, &mIMEPreference, &chromeSeqno);
|
||||
mIMELastBlurSeqno = mIMELastReceivedSeqno = chromeSeqno;
|
||||
|
||||
PuppetWidget* parent = static_cast<PuppetWidget*>(aParent);
|
||||
if (parent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user