[Webkit-unassigned] [Bug 110682] Deletion of selection in contenteditable node results in incorrect DOM ordering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 16:00:17 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |zlip.792 at gmail.com
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am not able to reproduce this bug in Safari Technology Preview 152 and it does not misalign list item as mentioned in "Actual Result" and it matches with other browsers (Chrome Canary 107 and Firefox Nightly 107). Here is DOM View post steps for all browsers:

 <div id='editable' contenteditable='true'>
  '
'
  <div class='toolbar'>
    'Toolbar'
  </div>
  '
'
  <div class='section' id='one'>
    <br/>
  </div>
  <div class='section'>
    '2. Two'
  </div>
  '
'
  <div class='section'>
    '3. Three'
  </div>
  '
'
</div>

I am going to mark this as "RESOLVED CONFIGURATION CHANGED", since original bug is not reproducible and all browsers match. Thanks!

-- 
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/20220830/add42da9/attachment.htm>


More information about the webkit-unassigned mailing list