Browser action properties aren't updated in the current tab
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(thunderbird76 fixed)
Tracking | Status | |
---|---|---|
thunderbird76 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
(Keywords: regression)
Attachments
(1 file)
6.90 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
Calling things like browser.browserAction.enable
with the tab ID of the current tab does not update the browser action in the current tab until switching tabs. We have a test that should've caught this, but it switches tabs every time it checks properties, so it didn't.
Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/71abdc0e3d3f
Fix updating browserAction properties in the current tab. r=mkmelin DONTBUILD
Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
(In reply to Geoff Lankow (:darktrojan) from comment #0)
Calling things like
browser.browserAction.enable
with the tab ID of the current tab does not update the browser action in the current tab until switching tabs. We have a test that should've caught this, but it switches tabs every time it checks properties, so it didn't.
So the test isn't (easily) fixed?
Assignee | ||
Comment 5•5 years ago
|
||
It's fixed. I added a new piece which doesn't switch tabs.
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder uplift |
Thunderbird 76.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/7bfa35b519a6
Updated•5 years ago
|
Description
•