[Webkit-unassigned] [Bug 173144] New: Not possible to remove the text inside the table cell when using backspace outside the table cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 9 03:14:02 PDT 2017


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

            Bug ID: 173144
           Summary: Not possible to remove the text inside the table cell
                    when using backspace outside the table cell
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfernandez at igalia.com
                CC: wenson_hsieh at apple.com

What steps will reproduce the problem?
(1) Load the attached test case
(2) Put the cursor at the end of the text bellow the table
(3) Hit backspace until delete the while line of text
(4) Hit backspace again
(5) Hit backspace again
(6) Hit backspace again

What is the expected result?
After step (4) the caret should be just after the last cell of the table above. 
After step (5) all the cells should be selected (according to https://webkit.org/b/24246).
After step (6) the whole table should be deleted 

What happens instead?
After step (4) the caret is placed inside the last cell of the table, which is empty in this case. 
After step (5) the caret is placed inside the last cell (empty)
After step (6) nothing happens

-- 
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/20170609/b8f47224/attachment.html>


More information about the webkit-unassigned mailing list