Many warnings in Console: "Empty string passed to getElementById()". 3pane
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr128 wontfix, thunderbird138 wontfix, thunderbird139 affected, thunderbird140 fixed)
People
(Reporter: WoofGrrrr, Assigned: mkmelin)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0
Steps to reproduce:
Release Channel 137.0.2
I just looked at the Console
Actual results:
I am seeing many warnings:
Empty string passed to getElementById(). 3pane
I have one line where the count is (49). Another where it is (72). And others with smaller counts.
I don't know how to tell where they're coming from.
Expected results:
Just thought someone might be interested.
Reporter | ||
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
Do you get that in Help | Troubleshoot mode?
Reporter | ||
Comment 2•4 months ago
|
||
I will restart in troubleshoot mode and report back.
Reporter | ||
Comment 3•4 months ago
|
||
Well, wouldn't you know it. I restarted in troubleshoot mode with all extensions disabled, and didn't see the error. Then I re-enabled each extensions, one-by-one, and still no error. Even after I restarted Thunderbird. Oh, well. Sorry.
Reporter | ||
Comment 4•4 months ago
|
||
Nope. I'm seeing it again, Attaching screenshot
Reporter | ||
Comment 5•4 months ago
|
||
Updated•4 months ago
|
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 6•3 months ago
|
||
Error can easily be seen by running comm/mail/test/browser/message-header/browser_messageHeader.js
It seems to be caused as a side-effect of accessing "aria-activedescendant" for ids not set.
That probably had some (not so nice) accessibility implications.
Updated•3 months ago
|
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Pushed by corey@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/4e6e5f2638e9
fix Empty string passed to getElementById() warnings due to missing row ids. r=freaktechnik
Description
•