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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 19:04:13 PST 2010


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


Jan Erik Hanssen <jhanssen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhanssen at gmail.com




--- Comment #2 from Jan Erik Hanssen <jhanssen at gmail.com>  2010-11-08 19:04:13 PST ---
Initial assessment:

HTMLElement::deprecatedCreateContextualFragment() explicitly check if the element is a HEAD element (among others) and does not create a DocumentFragment if that's the case. Explicitly calling Element::deprecatedCreateContextualFragment() instead makes this work.

Not sure yet if this is a Qt documentation issue or an actual bug.

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