popup html not reloaded on consecutive browseraction button clicks
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(Not tracked)
People
(Reporter: buecher, Unassigned)
References
Details
clicking the browseraction button displays popup.html on first click only.
Consecutive clicking the browseraction button does not reload the html. It uses what is already copied into the DOM.
So if some action in the popup hides the html or sets it to "", it stays hidden when the button is clicked next time. Then, only an empty popup frame is shown. So changes persist.
In FF, the popup.html is reloaded everytime. So changes do not persist.
As standard8 writes in the forum post, both ways to handle could make sense.
It should be decided whether to follow FF or not, and put whatever is decided into the documentation, so that we know how to handle the popup content.
Updated•5 years ago
|
yes, I wanted to close it yesterday, works since the new 75 beta. Sorry for being slow.
Description
•