https://bugs.kde.org/show_bug.cgi?id=405386

--- Comment #21 from Thomas Friedrichsmeier 
<thomas.friedrichsme...@ruhr-uni-bochum.de> ---
Ok, I can finally see the bug. First problem is in fact that after the update
QMimeDatabase will no longer recognize the file as text/html, but rather
application/xhtml. Not sure, whether that is a bug or not, i.e. whether the
problem will soon go away, or proliferate to all other systems...

The rendered file has some contradicting information on what type it is. But in
fact it is *not* valid XHTML. Which is where the next problem lingers: I have
now changed the code so that QWebPage will *try* to render the file, *but*
QWebPage is very strict about XHTML validity, and so it will report a validity
error, instead of displaying anything.

I'll probably have to find a way to force html-mode for XHTML, ugly as that
will be. Hang on.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to