WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
73810
SetContent won't work when mime type is supported for xhtml
https://bugs.webkit.org/show_bug.cgi?id=73810
Summary
SetContent won't work when mime type is supported for xhtml
A Denever
Reported
2011-12-05 02:27:09 PST
Qtwebkit with QT SDK 1.1.4 does not render the content correctly as QTBUG-2787 suggest. This supposed to work: view->setContent( msg.toLocal8Bit(), "application/xhtml+xml" ); However only this result a valid title tag: view->setContent( msg.toLocal8Bit() ); at qDebug() << view->title(); Please see the attached example file for more details. Called the C++ method with "Bumeráng! - 2011.12.02" Called the C++ slot with 12345 vs. Called the C++ method with "" Called the C++ slot with 12345
Attachments
small project to reproduce the bug on win7 Qt sdk 1.1.4
(32.32 KB, application/x-zip-compressed)
2011-12-05 02:28 PST
,
A Denever
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
A Denever
Comment 1
2011-12-05 02:28:44 PST
Created
attachment 117859
[details]
small project to reproduce the bug on win7 Qt sdk 1.1.4
Alexey Proskuryakov
Comment 2
2022-07-29 10:53:29 PDT
The Qt port has been removed from WebKit, resolving this bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug