kesselborn / conex

Firefox extension
Mozilla Public License 2.0
174 stars 16 forks source link

Preserve tab information when re-opening #260

Closed GeraldNDA closed 5 years ago

GeraldNDA commented 6 years ago

When a tab is re-opened in another container, a whole bunch of information is lost. Pinned tabs become regular (#185), reader mode tabs exit reader mode and pop-ups close (#259). This should preserve that information.

I suspect this change needs to be made elsewhere as well ...

kesselborn commented 5 years ago

Hey: very sorry for ignoring this PR so long -- I couldn't work on conex for a while. Thanks a lot for this. The general idea is very correct but at the wrong function. I will incorporate your changes at the right functions.

kesselborn commented 5 years ago

actually: as re-opening tabs is now a built-in function in Firefox, I can just ignore this, as I will remove this functionality from conex (#265)