stefanXO / Tab-Manager-Plus

An updated and improved Chrome and Firefox extension of the old google chrome extension "Tab Manager".
Other
382 stars 91 forks source link

React crashes on Firefox #229

Open terax6669 opened 2 months ago

terax6669 commented 2 months ago

image

It crashes on if (hostname.length > 18) { To reproduce just open moz-extension://694e3355-2103-4382-b59f-4ab6a9a966f4/popup.html

All of the views show content for a split second and then blank out like that:

image

terax6669 commented 2 months ago

The offending tabs are "about:blank", there's no title property:

image

Edit: BTW, that section of the code has an if for chrome-extension, but not moz-extension, seems like an oversight?