RESOLVED FIXED 13931
REGRESSION: editing/unsupported-content/table-delete-003 is failing
https://bugs.webkit.org/show_bug.cgi?id=13931
Summary REGRESSION: editing/unsupported-content/table-delete-003 is failing
Adam Roben (:aroben)
Reported 2007-05-30 10:58:11 PDT
editing/unsupported-content/table-delete-003 is failing on the buildbot.
Attachments
Adam Roben (:aroben)
Comment 1 2007-05-30 11:01:48 PDT
mitz
Comment 2 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.
Justin Garcia
Comment 3 2007-05-30 18:27:30 PDT
I'm going to look into this.
Justin Garcia
Comment 4 2007-06-07 17:24:18 PDT
Note You need to log in before you can comment on or make changes to this bug.