Bug 13931
Summary: | REGRESSION: editing/unsupported-content/table-delete-003 is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | justin.garcia, mitz |
Priority: | P1 | Keywords: | InRadar, LayoutTestFailure, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://build.webkit.org/results/post-commit-powerpc-mac-os-x/6871/editing/unsupported-content/table-delete-003-diffs.txt |
Adam Roben (:aroben)
editing/unsupported-content/table-delete-003 is failing on the buildbot.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5237074>
mitz
This regression is a result of allowing whitespace-only text nodes inside table elements. The table is not removed during deletion because its entire contents are not selected: there is a whitespace text node following the last table row which is not selected. I don't know enough about editing to be able to tell if the selection should include that stray text node or if the deletion code should check for this case and handle it.
Justin Garcia
I'm going to look into this.
Justin Garcia
r22057