Closed
Bug 800662
Opened 12 years ago
Closed 7 years ago
Tapping or zooming disabled Flash content logs "impossible touch event" warnings and browser.js JS errors
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox18 unaffected, firefox19 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox18 | --- | unaffected |
firefox19 | --- | affected |
People
(Reporter: cpeterson, Unassigned)
References
()
Details
STR:
1. Make sure plugin setting is "Enabled"
2. Load http://www.wired.com/video/
3. Play video
4. Open settings menu and change plugin setting from "Enabled" to "Disabled"
5. Close the settings menu and return to the web page
6. See that the Flash video is now blank.
7. Tap the blank video space and logcat will report many warnings about "impossible touch" events
E/GeckoPanZoomController(22078): Received impossible touch move while in WAITING_LISTENERS
E/GeckoPanZoomController(22078): Received impossible touch end while in WAITING_LISTENERS
E/GeckoPanZoomController(22078): Received impossible touch move while in WAITING_LISTENERS
E/GeckoPanZoomController(22078): Received impossible touch move while in WAITING_LISTENERS
E/GeckoPanZoomController(22078): Received impossible touch end while in WAITING_LISTENERS
8. Pinch-zoom the page and logcat will report the following
E/GeckoConsole(22078): [JavaScript Error: "TypeError: this._mLastPinchPoint is undefined" {file: "chrome://browser/content/browser.js" line: 3687}]
Comment 2•12 years ago
|
||
(In reply to Chris Peterson (:cpeterson) from comment #0)
> E/GeckoConsole(22078): [JavaScript Error: "TypeError: this._mLastPinchPoint
> is undefined" {file: "chrome://browser/content/browser.js" line: 3687}]
So, this is from the reflow-on-zoom stuff. I'll look at it.
(In reply to Chris Peterson (:cpeterson) from comment #1)
> This bug may be related to Flash bug 800661.
So would this cause a problem with event passing from Gecko -> Android? If so, then that could be what's causing this point to be undefined...
Updated•12 years ago
|
Comment 3•7 years ago
|
||
Flash is going away (bug 1381916), so there's no point in pursuing this further.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•4 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
•