Skip to main content

Bug Tracker

Side navigation

#2113 closed enhancement (wontfix)

Opened January 04, 2008 10:09AM UTC

Closed May 12, 2008 12:38AM UTC

Last modified January 25, 2011 01:19PM UTC

No warning in FF strict mode

Reported by: Gruik Owned by:
Priority: minor Milestone: 1.2.4
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

Firefox has a hidden configuration feature that enables more javascript warnings in the console, warnings such as : accessing to undefined properties.

Go "about:config", search for "javascript.options.strict" variable and switch it to "true".

When i write js, i like to check those warnings but i'm flooded by jQuery warnings (note : there's a lot more in Prototype).

It would be great if jQuery was totally free of warnings, but i know it's not important for most people.

Attachments (0)
Change History (3)

Changed May 12, 2008 12:38AM UTC by flesler comment:1

resolution: → wontfix
status: newclosed

Some warnings have been fixed, but I think they might just get removed in the end.

Thanks for the input.

Changed May 13, 2008 05:31PM UTC by flesler comment:2

milestone: 1.2.21.2.4

Changed January 25, 2011 01:19PM UTC by anonymous comment:3

Our organization develops every site with XHTML 1.0 Strict, I use the FF Error console to debug possible errors and warnings, but jQuery has too many and it's hard to distinguish the application warnings from the jQuery ones.

It would be appreciated if jQuery would not generate these warnings.