there are still 2 things that seem to be broken in the latest version
(3.0.1)
Build
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5)
Gecko/20091204 Lightning/1.0b1pre Thunderbird/3.0
of Thunderbird affecting TB Extensions
The homepage link from install.rdf is broken (works on all other
versions). This is configured like this:
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="quickf...@curious.be"
[..stuff snipped...]
em:homepageURL="http://quickfolders.mozdev.org/index.html">
Labels in an options dialog that contain a href to a web site do not
open the link in the configured browser anymore.
Instead they throw this error:
No chrome package registered for chrome://navigator/content/navigator.xul
----------
Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
[nsIDOMJSWindow.open]
Source file: chrome://global/content/bindings/text.xml
Line: 353
the line that fails is:
if (uri)
win.open(uri.spec);
looks like some Mozilla code trying to open a browser window sneaked in
here?
Does anybody know whether there is a bug assigned to this already?
> Does anybody know whether there is a bug assigned to this already?
https://bugzilla.mozilla.org/show_bug.cgi?id=529215
Standard8