[Webkit-unassigned] [Bug 35369] New: Forward delete inserts <br> and backspace is a nop inside last cell in table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 17:25:33 PST 2010


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

           Summary: Forward delete inserts <br> and backspace is a nop
                    inside last cell in table
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            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, enrica at apple.com


Repro steps:
1. Given the following html: <div
contentEditable><table><tr><td>1</td><td>2</td><tr><td>3</td><td>4<br><br></td></tr></table></div>
(note the BRs, they matter)
2. But cursor on empty line in the last table cell
3a. Hit backspace/delete
3b. Hit delete/forward delete

Results:
3a. Nothing happens
3b. Another br is inserted

Expected Results:
3a. br is removed
3b. Nothing happens.  Certainly, content shouldn't be added :)


Seen in webkit nightly r55168, but I suspect it has been around for a while,
since I also see it in Chrome 5.0.317.2, which is webkit r54340.

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