Closed
Bug 864926
Opened 12 years ago
Closed 4 years ago
JavaScript errors logged when opening a new private tab
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox23 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox23 | --- | affected |
People
(Reporter: cpeterson, Unassigned)
References
Details
STR:
1. Watch adb logcat
2. Open a new private tab
RESULT:
E/GeckoConsole(21680): [JavaScript Error: "TypeError: focused is null" {file: "chrome://browser/content/browser.js" line: 1149}]
E/GeckoConsole(21680): [JavaScript Warning: "Only internal code is allowed to set the usePrivateBrowsing attribute" {file: "chrome://browser/content/browser.js" line: 2380}]
The "focused is null" error is here:
https://hg.mozilla.org/mozilla-central/annotate/8b1a7228674a/mobile/android/chrome/content/browser.js#l1146
The usePrivateBrowsing warning is here:
https://hg.mozilla.org/mozilla-central/annotate/8b1a7228674a/mobile/android/chrome/content/browser.js#l2361
Comment 1•12 years ago
|
||
Can't repro ... completed now w/ bug 867567?
Comment 2•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
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
•