philikon / BarTab

Firefox add-on: Drink now, pay later: put your tabs on your bar tab!
https://addons.mozilla.org/firefox/addon/67651/
64 stars 30 forks source link

When the last child tab is unloaded, the tab was wrongly detached from the tree. (with Tree Style Tab) #89

Closed piroor closed 13 years ago

piroor commented 13 years ago

When Tree Style Tab is installed and there is a tree like following, "1.1" and "1.2" can be unloaded correctly but "1.3" can't.

If I unload the tab "1.3", then the tab unexpectedly detached from the tree.

To solve this problem, I added some codes to your BarTab to attach the newly opened tab to the original parent manually via TST's API.

philikon commented 13 years ago

Thanks! Sorry for the delay, finally merged!