Bug #35980
Pasting an element with a certain colPos does not work
| Status: | New | Start date: | 2012-04-13 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Backend User Interface | |||
| Target version: | 4.5.15 | |||
| TYPO3 Version: | 4.5 | Complexity: | easy | |
| PHP Version: | 5.3 | |||
| Votes: | 1 (View) |
Description
Pasting elements form the clipboard to a page does not work as expected, when the original element has a colPos value that is not available on the page it has been pasted on.
So this element will be invisible and can be edited via the list module only.
Expected behaviour would be to check for the existance of that particular column and set the colPos either to 0 or to the value of the first available column.