Closed
Bug 834409
Opened 12 years ago
Closed 12 years ago
JSONException: No value for x @ PanZoomController.java:161 (Browser:ZoomToRect)
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: aaronmt, Assigned: kats)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.39 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
E/GeckoPanZoomController( 8331): Exception handling message "Browser:ZoomToRect":
E/GeckoPanZoomController( 8331): org.json.JSONException: No value for x
E/GeckoPanZoomController( 8331): at org.json.JSONObject.get(JSONObject.java:354)
E/GeckoPanZoomController( 8331): at org.json.JSONObject.getDouble(JSONObject.java:409)
E/GeckoPanZoomController( 8331): at org.mozilla.gecko.ui.PanZoomController.handleMessage(PanZoomController.java:161)
E/GeckoPanZoomController( 8331): at org.mozilla.gecko.util.EventDispatcher.dispatchEvent(EventDispatcher.java:73)
E/GeckoPanZoomController( 8331): at org.mozilla.gecko.GeckoAppShell.handleGeckoMessage(GeckoAppShell.java:1952)
E/GeckoPanZoomController( 8331): at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
E/GeckoPanZoomController( 8331): at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
E/GeckoPanZoomController( 8331): at org.mozilla.gecko.GeckoAppShell.runGecko(GeckoAppShell.java:566)
E/GeckoPanZoomController( 8331): at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:77)
---------------
I dont' have specific STR although I somehow triggered this on http://testmanifest.com while zooming in to the install button.
--
Nightly (01/24)
Samsung Galaxy Nexus (Android 4.2)
Reporter | ||
Comment 1•12 years ago
|
||
Interestingly enough I can reproduce this by installing an application from http://testmanifest.com, and launching it (from the Android home-screen) too
Assignee | ||
Comment 2•12 years ago
|
||
It's caused by the JS error immediately preceding it:
JavaScript Warning: "ReferenceError: reference to undefined property viewport.cssLeft"
Blocks: 725018
Keywords: regression
Assignee | ||
Comment 3•12 years ago
|
||
Assignee: nobody → bugmail.mozilla
Attachment #706137 -
Flags: review?(wjohnston)
Updated•12 years ago
|
Attachment #706137 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
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
•