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)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 3.0b4

People

(Reporter: vkondakoff, Assigned: standard8)

References

()

Details

Attachments

(1 file)

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
(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.
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.
Assignee: nobody → bugzilla
Status: NEW → ASSIGNED
Attachment #399991 - Flags: review?(bugmail)
Attachment #399991 - Flags: review?(bugmail) → review+
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+
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.

Attachment

General

Created:
Updated:
Size: