[Webkit-unassigned] [Bug 62464] [Qt] QWebElement::encloseWith doesn't work at all
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 14 02:02:33 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=62464
--- Comment #1 from Bernhard Rosenkraenzer <bero at arklinux.org> 2011-06-14 02:02:34 PST ---
The same is true for QWebElement::prependOutside and QWebElement::appendOutside.
To test, simply insert
e.prependOutside("<p id=\"p2\">Test</p>");
e.appendOutside("<p id=\"p3\">Another test</p>");
after
e.encloseWith("<p id=\"p1\"></p>");
in TestApp.cpp
The result remains the same -- none of the calls has any effect.
--
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