Bug 29436

Summary: [Qt] WebKit does not create proper HTML tags
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: hausmann, laszlo.gombos
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   

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.