[Webkit-unassigned] [Bug 5385] [DOMRange markupString] adds a lot of <span>-tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 12:46:49 PST 2022


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #7 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
@ap - do you know any tips on how to reproduce, the URL works:

http://www.catb.org/~esr/writings/cathedral-bazaar/introduction.xml

I am not sure about this piece:

I added the following test-code to the DOMTreeViewer example, in DOMDatasource.m:119 and clicked 
around)

        DOMRange *myRange = [[[_webView mainFrame] DOMDocument] createRange];
        [myRange selectNode: selectedItem];
        NSLog( [myRange markupString]);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221201/930d296e/attachment-0001.htm>


More information about the webkit-unassigned mailing list