Usuario discusión:Lox federico

De WikiDex
Último comentario: 3 dic 2010 por Ciencia Al Poder en el tema Hi
Ir a la navegaciónIr a la búsqueda

Hi[editar código]

Just FYI, you can access MediaWiki:Common.js/Clases to see the non-minimized versions. You can change "MediaWiki:Common.js/Clases/UtilityTools.js" instead of "MediaWiki:Common.js/Clases/UtilityTools-min.js" for testing. Also, tell me if the problems are because of my scripts, since blocking the [1] URL with adBlock I could still reproduce the issues. --Ciencia Al Poder ¿Algo que decir? 19:47 2 dic 2010 (UTC)Responder[responder]

Problem fixed. It wasn't UtilityTools fault, but the Oasis skin using document.write() on the source code on an HTML5 page (when CategoryTagging is enbled). As you should know, document.write() blows up the DOM [2], giving unexpected results as of where the raw HTML printed would appear in the page source, something to avoid. And it was happening because one script was changing the position of one of the sibling elements in the DOM on page load. I would recommend the techs involved in adding such document.write in the code to learn JavaScript from a professional and experienced person. --Ciencia Al Poder ¿Algo que decir? 19:19 3 dic 2010 (UTC)Responder[responder]