------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=128944 germain ebooksfrance com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From germain ebooksfrance com 2006-06-19 01:21 ------- SVN commit 552743 by ggarand: for the sake of all things sacred, stop eating Coolo's football news :( BUG: 128944 3.5.3 regression M +3 -2 htmltokenizer.cpp --- branches/KDE/3.5/kdelibs/khtml/html/htmltokenizer.cpp #552742:552743 @ -388,9 +388,10 @ // Scripts following a frameset element should not be executed or even loaded in the case of extern scripts. bool followingFrameset = (parser->doc()->body() && parser->doc()->body()->id() == ID_FRAMESET); + bool effectiveScript = !parser->skipMode() && !followingFrameset; bool deferredScript = false; - if ( !parser->skipMode() && !followingFrameset) { + if ( effectiveScript ) { CachedScript* cs = 0; // forget what we just got, load from src url instead @ -419,7 +420,7 @ script = false; scriptCodeSize = scriptCodeResync = 0; - if (parser->skipMode() || followingFrameset) + if ( !effectiveScript ) return; if ( !m_executingScript && cachedScript.isEmpty() ) { _______________________________________________ Konq-bugs mailing list Konq-bugs@mail.kde.org https://mail.kde.org/mailman/listinfo/konq-bugs