[Webkit-unassigned] [Bug 49166] New: [Qt] QWebElement::appendInside() doesn't work on head elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 03:17:46 PST 2010


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

           Summary: [Qt] QWebElement::appendInside() doesn't work on head
                    elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bero at arklinux.org


Using QWebElement::appendInside() on the QWebElement representing the HTML's <head> tag does nothing.

e.g. this works:

QWebElement e=frame->findFirstElement("body");
e.appendInside("<p>test test test</p>");

But this doesn't:

QWebElement e=frame->findFirstElement("head");
e.appendInside("<script type=\"text/javascript\" src=\"test.js\"/>");

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