Closed
Bug 515899
Opened 16 years ago
Closed 16 years ago
"Empty string passed to getElementById()" warning on TB start-up.
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b4
People
(Reporter: vkondakoff, Assigned: standard8)
References
()
Details
Attachments
(1 file)
|
702 bytes,
patch
|
asuth
:
review+
standard8
:
approval-thunderbird3+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.4pre) Gecko/20090910 Shredder/3.0b4pre
Every TB start-up I see following error and warning in Error Console (see screenshot):
Error: Components.classes['@mozilla.org/satchel/form-fill-controller;1'] is undefined
Source File: chrome://global/content/bindings/browser.xml
Line: 400
Warning: Empty string passed to getElementById().
Reproducible: Always
| Assignee | ||
Comment 1•16 years ago
|
||
(In reply to comment #0)
> Error: Components.classes['@mozilla.org/satchel/form-fill-controller;1'] is
> undefined
> Source File: chrome://global/content/bindings/browser.xml
> Line: 400
This has already been filed at least once and commented on in one bug. This will be fixed in today's nightly as bug 510377 has now landed on 1.9.1 branch.
> Warning: Empty string passed to getElementById().
This is still a bug however.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: "Components.classes['@mozilla.org/satchel/form-fill-controller;1'] is undefined" error and "Empty string passed to getElementById()" warning on TB start-up. → "Empty string passed to getElementById()" warning on TB start-up.
| Assignee | ||
Comment 2•16 years ago
|
||
Silence the getElementById warning. The issue here is that we've created a findbar and not pointed it at the browser, so findbar.xml gets all upset and moans that it can't find anything. As this is just a dummy to copy anyway, we'll just give it some dummy ids.
Updated•16 years ago
|
Attachment #399991 -
Flags: review?(bugmail) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 399991 [details] [diff] [review]
Silence the warning
Given this is just a small fix with linking up a couple of ids and getting rid of console noise on start up, I think we can take this for b4.
Attachment #399991 -
Flags: approval-thunderbird3+
| Assignee | ||
Comment 4•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.0b4
You need to log in
before you can comment on or make changes to this bug.
Description
•