Closed
Bug 1812248
Opened 4 months ago
Closed 4 months ago
Folder URLs with non-ASCII characters break about:3pane
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Thunderbird gives this error "Uncaught DOMException: String contains an invalid character" when attempting to create the folder list, because it uses btoa
to create element IDs, and btoa
doesn't like non-ASCII characters.
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Version: unspecified → Thunderbird 111
Assignee | ||
Updated•4 months ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/fb766d4bae29
Fix broken folder tree by converting folder URLs to byte strings. r=#thunderbird-reviewers,john.bieling
Updated•4 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•