7 ms·
Firefox has had an issue open for years that it's trivial for a website to create invisible tabs. https://bugzilla.mozilla.org/show_bug.cgi?id=1749835 https://
by joe_guy 2y ago
Firefox has had an issue open for years that it's trivial for a website to create invisible tabs.
https://bugzilla.mozilla.org/show_bug.cgi?id=1749835 https://bugzilla.mozilla.org/show_bug.cgi?id=1749835
- djbusby 2y agoSeems a quick fix could be on empty title use hostname? Maybe a min-width on tabs would solve?
- jfk13 2y agoIt already did that for an empty title; the issue was with a title that was not empty, but contained only invisible Unicode characters (there are a number of such -- Unicode is very extensive and flexible). (Min-width is also already present, but doesn't ensure the tab is visible when inactive/unhovered if it has neither a visible icon or title; it'll just be some blank space in the tab bar.) As it happens, a patch is just landing that will handle more cases of "invisible but non-empty" titles, so that change should appear in a couple of months or so once it works through the release channels.