Re: Warning with Lightning 2.6

STF <[email protected]> Mon, 23 Sep 2013 20:07:51 +0200
Newsgroups gmane.comp.mozilla.devel.calendar
Message-ID <[email protected]>
On 2013.09.23 19:40, Stefan Sitter wrote:
> On 23.09.2013 19:27, STF wrote:
>> As a programmer, I'm used to get rid of the least warning.  I have just
>> found this warning, so I think I have to post it here
>>
>> Warning: Use of getAttributeNodeNS() is deprecated. Use getAttributeNS()
>> instead.
>> Source File: resource://calendar/modules/calXMLUtils.jsm
>> Line: 32
>
> Ignore it. Corresponding Lightning bug report is
> https://bugzilla.mozilla.org/show_bug.cgi?id=771416
>
> It cannot be fixed in Lightning but must be fixed in the Mozilla Core
> Toolkit that is part of Thunderbird. Corresponding bug report is
> https://bugzilla.mozilla.org/show_bug.cgi?id=674437
>
> Stefan

Ah OK, I see.  Then there's a problem (or short-coming) in Error 
Console: [off-topic] it should list out all the functions in the calling 
stack instead of the caller function.  This is too misleading.

I have just found two bugs which seems to fix this:
https://bugzilla.mozilla.org/show_bug.cgi?id=125612
https://bugzilla.mozilla.org/show_bug.cgi?id=814497