RESOLVED FIXED Bug 32526
Pressing backspace inside a table cell erases all empty rows below it
https://bugs.webkit.org/show_bug.cgi?id=32526
Summary Pressing backspace inside a table cell erases all empty rows below it
Enrica Casucci
Reported 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.
Attachments
Patch (4.45 KB, patch)
2009-12-14 14:46 PST, Enrica Casucci
sullivan: review+
Enrica Casucci
Comment 1 2009-12-14 14:46:33 PST
Enrica Casucci
Comment 2 2009-12-14 17:16:01 PST
Committed revision 52126.
Note You need to log in before you can comment on or make changes to this bug.