[Webkit-unassigned] [Bug 24246] New: REGRESSION: backspace and forward delete do not match when dealing with tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 13:23:27 PST 2009


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

           Summary: REGRESSION: backspace and forward delete do not match
                    when dealing with tables
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: justin.garcia at apple.com, ojan at google.com,
                    jparent at google.com


REGRESSION: backspace and forward delete do not match when dealing with tables

backspace after a table will place your cursor in the last cell of the table
forward-delete before a table does nothing.  A second forward-delete selects
the table.  A 3rd deletes it.

According to Justin, both of these behaviors are wrong, and regressions.

Both should select on the first delete and delete on the second.

The original fix was:
http://trac.webkit.org/changeset/15206

I don't know when the regression happened.

I've not studied delete enough in other browsers to know if this is the "right"
behavior, but I'm filing this regression bug to note that our behavior has
changed and our tests didn't catch it.  Since all regressions are supposed to
be p1s, marking this as a p1.


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



More information about the webkit-unassigned mailing list