[Webkit-unassigned] [Bug 32016] New: QWebFrame::documentElement() corrupt when script-element is present.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 03:55:57 PST 2009


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

           Summary: QWebFrame::documentElement() corrupt when
                    script-element is present.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: toma at kde.org


Hi,

Whenever a <script>-element is present, The documentElement().toOuterXML()
contains the wrong text. The output of attached testcase is this:

Content webFrame: 
"<html><head><script type="text/javascript"
src="http://whatever/4bc.js"></script></head><body><h1>test
1</h1></body></html>"

Content of webFrame's documentElement().toOuterXML():
 "<html><head><script type="text/javascript"
src="http://whatever/4bc.js"></script></head></html>"

The whole body is lost here.

-- 
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