[Webkit-unassigned] [Bug 35371] New: Forward delete before empty row deletes entire row

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 17:55:13 PST 2010


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

           Summary: Forward delete before empty row deletes entire row
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            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 the following html: <div contentEditable><table
border=1><tr><td>1</td><td>2</td></tr><tr><td></td><td></td></tr><tr><td>3</td><td>4l</td></tr></table></div>
2. Put cursor in the second cell, after the "2"
3. Hit forward delete

Result:
Empty row is removed from the table.

Expected Result:
Nop.  This is consistent with IE, Firefox, and Word.

-- 
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