RESOLVED INVALID29436
[Qt] WebKit does not create proper HTML tags
https://bugs.webkit.org/show_bug.cgi?id=29436
Summary [Qt] WebKit does not create proper HTML tags
Tor Arne Vestbø
Reported 2009-09-18 07:47:25 PDT
This bug report originated from issue QTBUG-4093 <http://bugreports.qt.nokia.com/browse/QTBUG-4093> --- Description --- E.g.: Open the inspector and run this JavaScript: document.execCommand("InsertHTML", false, "<img src='foo.jpg' />"); What gets written to the HTML is <img src='foo.jpg'> instead of <img src='foo.jpg' />
Attachments
Simon Hausmann
Comment 1 2009-11-27 06:07:53 PST
This is not really a bug. The image is inserted correctly into the DOM tree and the way it is visualized in the inspector is just a simplification, omitting the closing slash.
Note You need to log in before you can comment on or make changes to this bug.