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

Description A Denever 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
Comment 1 A Denever 2011-12-05 02:28:44 PST
Created attachment 117859 [details]
small project to reproduce the bug on win7 Qt sdk 1.1.4
Comment 2 Alexey Proskuryakov 2022-07-29 10:53:29 PDT
The Qt port has been removed from WebKit, resolving this bug.