Bug 32526 - Pressing backspace inside a table cell erases all empty rows below it
Summary: Pressing backspace inside a table cell erases all empty rows below it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-12-14 12:01 PST by Enrica Casucci
Modified: 2009-12-14 17:16 PST (History)
0 users

See Also:


Attachments
Patch (4.45 KB, patch)
2009-12-14 14:46 PST, Enrica Casucci
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.