Bug 29457
Summary: | [Qt] QWebView::setHtml() does not work correctly with inline SVGs. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
Component: | WebKit Qt | Assignee: | 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: |
Tor Arne Vestbø
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jędrzej Nowacki
Confirmed with the latest trunk version. I have started working on it.
Jędrzej Nowacki
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 ***