[Webkit-unassigned] [Bug 276460] New: Hang when editing text inside role="img" container

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 17:32:28 PDT 2024


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

            Bug ID: 276460
           Summary: Hang when editing text inside role="img" container
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: wenson_hsieh at apple.com

<body contenteditable="true">
<ul>
  <li>
    <a href="#url">
      <div id="div" role="img">
        <span id="span1" style="position:absolute">X</span>
        <span id="span2">Y</span>
      </div>
    </a>
  </li>
</ul>
</body>

Move the cursor after "Y". Type "ee". Press enter twice. Press delete twice, and the web process hangs indefinitely.

-- 
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/20240711/0b147bc8/attachment.htm>


More information about the webkit-unassigned mailing list