Visualizzazione Stampabile
-
Javascript Bugs
Sto debuggando il mio forum con un debugger per IE explore (uso il 7). Fatto sta che nella forumhome ci sono 4 errori nel javascript e gli stessi errori sono presenti anche sul vbulletin.org e su questo forum, vbulletin.it quindi ne desumo che sono bug del codice nativo. Sia questo che vbulletin.org infatti mi pare usino anche il template standard.
Qualcuno ha idea di come fixare sta roba? E scocciante che gli utenti che usano IE si lamentino in continuazione perche' ci sono degli errori nelle pagine...e non banale secondo me la presenza di errori rompe a IE rallentandolo...
Questi sono gli errori riportati dal debugger.
vbulletin_global.js?v=368
Codice:
if (!window.console || !console.firebug)
{
window.console = {};
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
for (var i = 0; i < names.length; ++i) window.console[names[i]] = function() {};
No explanation
vbulletin_menu.js?v=368
Codice:
vBulletin.add_event("vBmenuShow");
vBulletin is null or not an object
Home page forum
Codice:
<script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v=368"></script>
<script type="text/javascript">
<!--
vbphrase['doubleclick_forum_markread'] = "Double-click this icon to mark this forum and its contents as read";
init_forum_readmarker_system();
-->
</script>
vbphrase is null or not an object
vbulletin_global.js?v=368 (line 1826)
Codice:
// the new init system
vBulletin.init();
vBulletin is null or not an object
-
Non ho nessuno di questi errori ed uso IE7 ultima generazione.