Bug 73810

Summary: SetContent won't work when mime type is supported for xhtml
Product: WebKit Reporter: A Denever <temeto>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
small project to reproduce the bug on win7 Qt sdk 1.1.4 none

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
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.