mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 965621 - Use vc of eventmanager scope. instead of event document. r=yzen
This commit is contained in:
parent
d809dcdce5
commit
c81f555241
@ -275,7 +275,7 @@ this.EventManager.prototype = {
|
||||
let doc = aEvent.accessibleDocument;
|
||||
if (acc.role != Roles.DOCUMENT && doc.role != Roles.CHROME_WINDOW) {
|
||||
this.contentScope.content.clearTimeout(this._autoMove);
|
||||
let vc = Utils.getVirtualCursor(doc);
|
||||
let vc = Utils.getVirtualCursor(this.contentScope.content.document);
|
||||
vc.moveNext(TraversalRules.Simple, acc, true);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user