In TB 2.0a1 I'm seeing this error when I display a dialog with an autocomplete textbox after registering the attached component.

Warning: reference to undefined property Components.interfaces.nsIAutoCompleteSearch
Source File: chrome://global/content/autocomplete.xml
Line: 116

http://lxr.mozilla.org/seamonkey/source/xpfe/components/autocomplete/resources/content/autocomplete.xml#116


The dialog code looks like

        <textbox id="textbox1"
                type="autocomplete"
                autocompletesearch="mailnewsfolders" />


The console output says:

### ERROR - unable to create search "mailnewsfolders".
[ from autocomplete.xml#120, seems as a result of the above error ]

delaying registration   [ from foo.js#75 ]
registration continuing [ from foo.js#79 ]



I've (as can be seen) tried all sorts of things to see where something is being silly, but I just can't work out how Components.interfaces.nsIAutoCompleteSearch could vanish.

Anyone got a clue?

P

Attachment: foo.js
Description: JavaScript source

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to