Ticket #2113 (closed enhancement: wontfix)
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: | ||
| Blocking: | Blocked by: |
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.
Change History
comment:1 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to wontfix
comment:3 Changed 2 years ago by anonymous
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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