mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
Bug 887592 - Fix filtering on browser events. r=davidb
This commit is contained in:
parent
738fc1e2b7
commit
efb7da015b
@ -140,7 +140,7 @@ this.EventManager.prototype = {
|
||||
// Don't bother with non-content events in firefox.
|
||||
if (Utils.MozBuildApp == 'browser' &&
|
||||
aEvent.eventType != EVENT_VIRTUALCURSOR_CHANGED &&
|
||||
aEvent.accessibleDocument != Utils.CurrentContentDoc) {
|
||||
aEvent.accessibleDocument.docType == 'window') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user