Bug 32526

Summary: Pressing backspace inside a table cell erases all empty rows below it
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: HTML EditingAssignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sullivan: review+

Description Enrica Casucci 2009-12-14 12:01:36 PST
1. Create an application with a WebView.

2. Create and open an HTML file with the following element:
<table border="1" cellspacing="0"><tr><td width="50" height="25pt"></td></tr><tr><td width="50" height="25pt"></td></tr></table>
(This is a table with two rows, each one with one cell)

3. Click on the cell in the first row.

4. Press backspace.

Expected: Nothing should change.

Instead: The second row disappears.
Comment 1 Enrica Casucci 2009-12-14 14:46:33 PST
Created attachment 44824 [details]
Patch
Comment 2 Enrica Casucci 2009-12-14 17:16:01 PST
Committed revision 52126.