Closed
Bug 780424
Opened 13 years ago
Closed 13 years ago
null element being passed to BrowserEventHandler._sendMouseEvent
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 779920
People
(Reporter: Margaret, Unassigned)
Details
[JavaScript Error: "aElement is null" {file: "chrome://browser/content/browser.js" line: 3544}]
In my build, that corresponds to this line in BrowserEventHandler._sendMouseEvent:
let window = aElement.ownerDocument.defaultView;
Which sounds like we're getting a null element in the Gesture:SingleTap handler.
This isn't killing the browser, but we probably want to investigate why this is happening.
Comment 1•13 years ago
|
||
It's a legitimate bug that is preventing tapping on things in iframes :(
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•