Bug 13931 - REGRESSION: editing/unsupported-content/table-delete-003 is failing
Summary: REGRESSION: editing/unsupported-content/table-delete-003 is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/post-...
Keywords: InRadar, LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2007-05-30 10:58 PDT by Adam Roben (:aroben)
Modified: 2007-06-07 17:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2007-05-30 10:58:11 PDT
editing/unsupported-content/table-delete-003 is failing on the buildbot.
Comment 1 Adam Roben (:aroben) 2007-05-30 11:01:48 PDT
<rdar://problem/5237074>
Comment 2 mitz 2007-05-30 11:17:32 PDT
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.
Comment 3 Justin Garcia 2007-05-30 18:27:30 PDT
I'm going to look into this.
Comment 4 Justin Garcia 2007-06-07 17:24:18 PDT
r22057