Unicode in title tag of html messing up browser tabs
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
People
(Reporter: divyadeepti2000, Unassigned)
Details
Attachments
(1 file)
50.46 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
For reproducing, open an index.html and paste this:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>𝕽𝖆𝖈𝖍𝖊𝖑</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
the <title>𝕽𝖆𝖈𝖍𝖊𝖑</title> will cause every tabs on the current FF window to expand.
Actual results:
Any site having a username with Unicode characters are causing the browser tab bar to expand, takes up screen space.
Expected results:
Browser tabs should stay unaffected to any alphabetical Unicode characters whatsoever.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Tabbed Browser' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Description
•