Closed
Bug 956865
Opened 11 years ago
Closed 7 years ago
Calling BrowserApp.addTab with no parameters causes odd behavior
Categories
(Firefox for Android Graveyard :: General, defect, P5)
Tracking
(fennec+)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| fennec | + | --- |
People
(Reporter: mkaply, Unassigned, Mentored)
Details
(Whiteboard: [lang=js])
If you do:
let tab = BrowserApp.addTab();
You get back a tab, but a new tab is not actually created in the browser.
If you load a page into this tab, it changes the content of the current page, but the URL bar doesn't change.
If you are on the home screen, it loads the page behind the scenes (you can see loading messages on the console), but the content never changes.
Passing any parameter works correctly (null, "about:blank")
I got this code from:
https://developer.mozilla.org/en-US/Add-ons/Firefox_for_Android/API/BrowserApp
Comment from mfinkle:
might be failing silently here:
https://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#2695
Updated•11 years ago
|
tracking-fennec: --- → ?
OS: Windows 7 → Android
Hardware: x86_64 → All
Updated•11 years ago
|
tracking-fennec: ? → +
Whiteboard: [mentor=margaret][lang=js]
| Assignee | ||
Updated•11 years ago
|
Mentor: margaret.leibovic
Whiteboard: [mentor=margaret][lang=js] → [lang=js]
Comment 2•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
| 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
•