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 28 forks source link

No URI for diverted background tabs #48

Closed zumlin closed 14 years ago

zumlin commented 14 years ago

When BarTab is set not to load background tabs, browser.tabs.loadDivertedInBackground is enabled and a link is opened from an external application, that unloaded tab does not have a URI. If you bookmark it, it bookmarks about:blank and If you close it and undo close tab, a blank tab is opened.

philikon commented 14 years ago

Thanks for the report! Somehow caused a race condition with internal browser components. Crude but effective fix in commit 798408f29628b1c57b6630d8bec8347dfe9f28ee.

zumlin commented 14 years ago

Thanks for the fix.