#14642 closed bug (notabug)
Cannot read property 'style' of undefined
Reported by: | bernardo | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On my system I put a window.onerror to monitor errors that could be giving to users.
window.onerror = function(m, u, l){
jQuery.post('sendMail.php', ....) jQuery.dialog ....
});
Once you have done this many errors were reported, however one very often and without explanation.
Uncaught TypeError: Cannot read property 'style' of undefined
Stack Trace
[email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:11:4019 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:11:3628 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:11:5774 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:11:5414 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:11:1952 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:11:2444 b.fn.(anonymous function) [as show]@http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:13:7468 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:36:5974 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:20:2079 [email protected]http://nichele.e-login.net/versoes/versao3.3/js/jquery.js:20:4098
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Please don't disregard this as "Not a bug". It's a very real error, that seems to be browser-specific (I get it in Chrome and IE, but never get in Firefox) and difficult to reproduce - it happens in the most annoyingly inconsistent way. I failed so far toof figure out why does it happen in the first place, but it *seems* to have something to do with animations. If I manage to get a (unminified?) stack trace, I'll put it here, but that might be difficult in my case.
Please ask for help on stackoverflow, the jQuery forums, or in the #jquery irc channel.