[Webkit-unassigned] [Bug 73810] New: SetContent won't work when mime type is supported for xhtml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 02:27:09 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73810

           Summary: SetContent won't work when mime type is supported for
                    xhtml
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: temeto at dr.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list