Closed
Bug 1253892
Opened 9 years ago
Closed 9 years ago
"content is null" exceptions from browser-gestureSupport.js in e10s mode
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 1108553
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
I have Firefox set to switch tabs when doing a twist on the trackpad: "browser.gesture.twist.left" is set to "Browser:PrevTab" and "browser.gesture.twist.right" is set to "Browser:NextTab".
When I do those gestures, I get errors like this in the error console:
TypeError: content is null
with this stack:
gGestureSupport.rotateEnd() browser-gestureSupport.js:467
oncommand()
...(rest is not imporant)
The rotate/rotateEnd functions there directly poke at "content" for all sorts of stuff, which isn't going to work in e10s.
Updated•9 years ago
|
tracking-e10s:
--- → ?
Updated•9 years ago
|
Blocks: e10s-tests
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•