[Webkit-unassigned] [Bug 220192] New: When both a contentEditable <span> and another <span> is selected, rightclicking would cause the page to crash.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 02:33:16 PST 2020


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

            Bug ID: 220192
           Summary: When both a contentEditable <span> and another <span>
                    is selected, rightclicking would cause the page to
                    crash.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: 201311802b at gmail.com
                CC: wenson_hsieh at apple.com

Created attachment 416838

  --> https://bugs.webkit.org/attachment.cgi?id=416838&action=review

HTML demo

See attachment.

_________

Steps to reproduce crash:
1. From right to left, select the whole line
2. Right click

_________

Attachment:
<html>
<body>
        <span>
                <span contenteditable>a</span>
                <span >b</span>
        </span>
</body>
</html>

-- 
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/20201229/ab1ecbdd/attachment-0001.htm>


More information about the webkit-unassigned mailing list