Closed
Bug 1187324
Opened 10 years ago
Closed 7 years ago
sdk/tabs doesn't contain tabs opened from webpages
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: daniel.spruth, Unassigned)
Details
Attachments
(1 file)
1.13 KB,
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36
Steps to reproduce:
In my addon I'm fetching the sdk/tab for an tabId I'm receiving from a frameScript by iterating over sdk/tabs and comparing the ids.
Note: I'm able to receive the xultab using sdk/tabs/utils getTabId(getTabForBrowser())
An example can be found in the appended addon.
Actual results:
When a new window is opened from within a webpage using <a href="xy" target="_blank"> or javascripts window.open() I'm receiving the new tabId from my framescript but it's not contained in sdk/tabs.
Expected results:
All open tabs should be available in sdk/tabs.
Comment 1•7 years ago
|
||
Add-on SDK is no longer supported so resolving bugs as INCOMPLETE
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•