[Webkit-unassigned] [Bug 35372] New: Backspace/delete at start of table cell shouldn't step out of cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 18:01:04 PST 2010


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

           Summary: Backspace/delete at start of table cell shouldn't step
                    out of cell
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jparent at google.com
                CC: tony at chromium.org, rolandsteiner at chromium.org


Repro steps:
1. Given a contentEditable table, like <div contentEditable><table
border=1><tr><td>1</td><td>2</td></tr><t<tr><td>3</td><td>4</td></tr></table></div>
2. Put cursor at the start of a cell, like before the 2
3. Hit backspace/delete

Result:
Focus moves to previous cell.

Expected Result:
Nop.  This is consistent with IE, FF, Word, TextEdit.

Note: if in the first cell, steps out of the table.  This is also inconsistent
with other editors, and also should be a nop.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list