[webkit-reviews] review granted: [Bug 75004] Drag and drop text into table is pasting the text in the next <td> element : [Attachment 139669] Fixes the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 12:28:21 PDT 2012


Darin Adler <darin at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 75004: Drag and drop text into table is pasting the text in the next <td>
element
https://bugs.webkit.org/show_bug.cgi?id=75004

Attachment 139669: Fixes the bug
https://bugs.webkit.org/attachment.cgi?id=139669&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=139669&action=review


> Source/WebCore/editing/ReplaceSelectionCommand.cpp:892
> +    if (m_preventNesting && startBlock && !isTableCell(startBlock) &&
!startIsInsideMailBlockquote) {

What about text that’s inside a <tr> but not an actual table cell and other
non-table-cell cases that are otherwise similar to table cells in this respect?


More information about the webkit-reviews mailing list