Summary: | does not load stylesheets for this site? | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | sts |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sts
2008-07-13 16:48:27 UTC
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 |