Open
Bug 1557509
Opened 5 years ago
Updated 4 years ago
New HTML page does not switch to inline settings when already open and triggered with openOptionsPage
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Tracking
()
REOPENED
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox67 | --- | disabled |
firefox68 | --- | wontfix |
firefox69 | --- | fix-optional |
People
(Reporter: 5i13ghzt462u, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
See Bug 1532724 for enabling the HTML about:addons GUI.
- Run
browser.runtime.openOptionsPage()
with an add-on that has inline options;. - -> It opens the about:addons page for the add-on and it's inline settings tab, as expected.
- Choose another tab (e.g. "details") on this page.
- Switch the tab and run
browser.runtime.openOptionsPage();
again.
Actual results:
Now it only switches the tab back to the about:addons one, it did not select the "settings" tab again.
Expected results:
Select settings tab. There should be no difference between whether I already have the tab open or not.
Updated•5 years ago
|
status-firefox67:
--- → disabled
status-firefox68:
--- → wontfix
status-firefox69:
--- → fix-optional
status-firefox-esr60:
--- → unaffected
Comment 1•5 years ago
|
||
I believe this was fixed by bug 1557175.
Comment 2•5 years ago
|
||
It's not. When I run the STR, the tabbed deck doesn't change the focus to the inline options page.
Tested in Firefox Nightly 71.0a1 buildID 20191017093524
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: FIXED → ---
Updated•4 years ago
|
Severity: normal → S4
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•