[Webkit-unassigned] [Bug 62464] [Qt] QWebElement::encloseWith doesn't work at all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 26 19:51:14 PDT 2011


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


Steven Chu <steven.f.chu at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven.f.chu at gmail.com




--- Comment #2 from Steven Chu <steven.f.chu at gmail.com>  2011-06-26 19:51:14 PST ---
(In reply to comment #1)
> 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.

<img> is one of the tags not allowed.  For the list of other tags ignored, HTMLElement.cpp - Line 76: HTMLElement::ieForbidsInsertHTML()

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