Closed
Bug 1189708
Opened 10 years ago
Closed 8 years ago
‘sdk/tabs’ selected tab not updated when a external link creates a new tab
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dpereira, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12
Steps to reproduce:
1) fresh install of firefox
2) deployed addon that queries 'sdks/tabs' activeTab
3) opened browser in the backgroung
4) clicked in an external link such as in a Mail app
Actual results:
the browser gets focus with a newly opening tab and activeTab function returns the previous active tab
Expected results:
activeTab should return the newly opening tab
| Reporter | ||
Comment 1•10 years ago
|
||
the query on 'sdk/tabs' is done after firing 'http-on-modify-request' on 'sdk/system/events'
Updated•10 years ago
|
Product: Firefox for Android → Add-on SDK
Version: Firefox 42 → unspecified
Comment 2•8 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•