Bug #14873
closedStory #82206: list module enhancements/bugfixes
CE jumps from right to normal when moved in list mode
100%
Description
I have a content element which I put in the right column. If I now go to "list mode" in the backend the CE is shown at the very top, and the CEs in the "normal" column are below this element. In page mode everything is fine. If I now go to list mode all of the elements are in one column and if I move the element frmo the right column down, it jumps from the right column to the "normal" column.
(issue imported from #M1298)
Updated by Christian Kuhn about 16 years ago
This is still confirmed in current trunk, rev. 4806 (4.3-dev).
Updated by Andreas Wolf over 13 years ago
- Target version changed from 0 to 4.6.0
- TYPO3 Version changed from 3.8.0 to 4.6
- PHP Version deleted (
4)
Still valid in 4.6-dev
Updated by Chris topher over 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Xavier Perseguers about 13 years ago
- Assignee deleted (
Thomas Hempel) - Target version deleted (
4.6.2)
Updated by Christian Hernmarck over 10 years ago
See also #59901
It has to do with the handling of "moving a content element".
Using cut and paste (paste after another element) then often (at least in page view) we want to have to copied element to have the same sys_language_uid and colPos of the element above.
But at least in list view - especially when using the move-up and move-down icons, then normally we don't want to change colPos or sys_language_uid.
But the same function calls are done:
moveRecord_raw which also calls fixCopyAfterDuplFields which changes the two fields according to the element above...
TYPO3 4.5.35
Updated by Riccardo De Contardi over 10 years ago
could this be closed as duplicate of #18142 which is marked as resolved?
Updated by Riccardo De Contardi almost 10 years ago
- Is Regression set to No
as far as I can see it is still present in 6.2.12
TEST:
1) page view
2) create a CE in Normal Column
3) create a CE in Right Column
4) list view + extended view
5) move the content element created at 3) down
6) edit the element, the colpos has changed and has become 0
Updated by Riccardo De Contardi almost 10 years ago
- TYPO3 Version changed from 4.6 to 6.2
Updated by Riccardo De Contardi over 9 years ago
still present even on 7.4-dev (latest master)
Updated by Riccardo De Contardi over 9 years ago
- Category set to Backend User Interface
Updated by Riccardo De Contardi almost 9 years ago
Still present on the latest master (8.0-dev)
Updated by Jo Hasenau over 7 years ago
This can only be solved by grouping content elements in the list module by colPos and then restricting sorting to single columns only.
A proof of concept for that is provided by Gridelements, which had to tackle the same problems within the grid container columns.
Updated by Riccardo De Contardi about 7 years ago
- Related to Feature #60873: Hierarchical view for the list-module added
Updated by Riccardo De Contardi about 7 years ago
- Related to Bug #39798: Language and colpos changes on re-ordering of Content Elements added
Updated by Gerrit Code Review almost 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646
Updated by Gerrit Code Review almost 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646
Updated by Gerrit Code Review almost 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646
Updated by Gerrit Code Review almost 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64137
Updated by Christian Eßl almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset acff9da490244cd405a4ae12eb7f034a3b39cfb6.
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed