Version: 4.00.85 (KDE 4.0.85 (KDE 4.1 >= 20080703) "release 4.3" (using 4.00.85 (KDE 4.0.85 (KDE 4.1 >= 20080703) "release 4.3", KDE:KDE4:Factory:Desktop / openSUSE_11.0) Compiler: gcc OS: Linux (x86_64) release 2.6.25.9-0.2-default If I open this url: http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_5&Variant=V1 it looks like missing css?!
I can confirm this bug in KDE 4.1.00 (KDE 4.0.99 (4.1 RC1+)) (KDEmod) Reloading doesn't load the CSS. Opera and Firefox3 display the website correctly. When using the WebKit engine (SVN rev 833699) inside Konqueror it displays the website correctly too. So it maybe a KHTML bug.
Same here using KDE from SVN: Qt: 4.4.0 KDE: 4.1.60 (KDE 4.1.60 (KDE 4.2 >= 20080709)) Konqueror: 4.1.60 (KDE 4.1.60 (KDE 4.2 >= 20080709))
SVN commit 839700 by orlovich: Now that the HTML parser adds doctype nodes, it can no longer be sure that the <html> will be the first child of #document, so use ->documentElement() instead. Restores recovery from mis-structured head/body, w/o which we could even lose <style> or <title> elements in some cases of malformed input BUG:166450 BUG:167717 M +5 -5 htmlparser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=839700
SVN commit 839703 by orlovich: Regression test for 167717/166450 CCBUG:167717 CCBUG:166450 A baseline/parser/167717.html-dom M +3 -1 baseline/parser/svnignore A tests/parser/167717.html WebSVN link: http://websvn.kde.org/?view=rev&revision=839703