Bug #19946
closedPaste does not work correctly with table rows
0%
Description
I knew it worked once in FF, but now it is broken:
Select all cells of one or multiple rows, position your cursor at the beginning of the first cell of a target row and then paste. Should result in the selected rows before the current row. If you are at the end of the last cell in the target row, the rows were inserted after that one.
Now contents of the clipboard are pasted as a new table inside the cell.
More or less the same result with columns.
Uschi
(issue imported from #M10315)
Files
Updated by Stanislas Rolland almost 16 years ago
Please try again with trunk revision 4941.
Updated by Stanislas Rolland over 14 years ago
Hi Uschi,
I just realized that copy/pasting rows and columns works correctly in FF in current trunk (4.4 beta) but not in the 4.3 branch. I think it was broken in FF since revision 5013.
The attached patch will make it work again. However, while rows and columns are now correctly pasted, I do not think that paste has ever inserted rows or columns the way you describe.
Very sorry for the long delay.
Kind regards,
Stan
Updated by Stanislas Rolland over 14 years ago
Committed to SVN TYPO3core branch TYPO3_4-3 (revision 7391).