Bug 29457

Summary: [Qt] QWebView::setHtml() does not work correctly with inline SVGs.
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hausmann, jedrzej.nowacki, tonikitoo
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on: 31115    
Bug Blocks:    

Description Tor Arne Vestbø 2009-09-18 08:06:26 PDT
This bug report originated from issue QTBUG-2419
<http://bugreports.qt.nokia.com/browse/QTBUG-2419>

--- Description ---

QWebView::setHtml() does not work correctly with inline SVGs.
Using load() instead seems to work fine.
Comment 1 Jędrzej Nowacki 2009-10-29 08:43:31 PDT
Confirmed with the latest trunk version. I have started working on it.
Comment 2 Jędrzej Nowacki 2009-11-25 09:17:29 PST
Embedding SVG is possible only for XHTML. The setHtml() method doesn't work with XHTML. 

Resolving as duplicate of bug 29461 which is more generic.

*** This bug has been marked as a duplicate of bug 29461 ***