Project

General

Profile

Actions

Bug #14873

closed

Story #82206: list module enhancements/bugfixes

CE jumps from right to normal when moved in list mode

Added by J¼rgen Egeling almost 19 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2005-07-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)


Related issues 7 (1 open6 closed)

Related to TYPO3 Core - Bug #16845: Incorrect values of colPos, sys_language_uid and sorting after moving records in web > listClosedStanislas Rolland2007-01-09

Actions
Related to TYPO3 Core - Bug #59901: Move records in list module kills sys_language_uidClosed2014-06-26

Actions
Related to TYPO3 Core - Bug #25216: Repositioning of translated CE in the list module replaces language IDClosedJo Hasenau2011-03-01

Actions
Related to TYPO3 Core - Bug #39054: Copied Content Elements incorrectly inherit languageUnder Review2012-07-18

Actions
Related to TYPO3 Core - Feature #60873: Hierarchical view for the list-moduleRejected2014-08-10

Actions
Related to TYPO3 Core - Bug #39798: Language and colpos changes on re-ordering of Content ElementsClosed2012-08-14

Actions
Has duplicate TYPO3 Core - Bug #18142: colPos gets overwritten by colPos value of a copy/pasted content element when sorting in web > listClosedChristian Kuhn2008-02-06

Actions
Actions #1

Updated by Christian Kuhn over 15 years ago

This is still confirmed in current trunk, rev. 4806 (4.3-dev).

Actions #2

Updated by Andreas Wolf over 12 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

Actions #3

Updated by Chris topher over 12 years ago

  • Target version changed from 4.6.0 to 4.6.1
Actions #4

Updated by Chris topher over 12 years ago

  • Target version changed from 4.6.1 to 4.6.2
Actions #5

Updated by Xavier Perseguers about 12 years ago

  • Assignee deleted (Thomas Hempel)
  • Target version deleted (4.6.2)
Actions #6

Updated by Christian Hernmarck almost 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

Actions #7

Updated by Riccardo De Contardi over 9 years ago

could this be closed as duplicate of #18142 which is marked as resolved?

Actions #8

Updated by Riccardo De Contardi almost 9 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

Actions #9

Updated by Riccardo De Contardi almost 9 years ago

  • TYPO3 Version changed from 4.6 to 6.2
Actions #10

Updated by Riccardo De Contardi over 8 years ago

still present even on 7.4-dev (latest master)

Actions #11

Updated by Riccardo De Contardi over 8 years ago

  • Category set to Backend User Interface
Actions #12

Updated by Riccardo De Contardi about 8 years ago

Still present on the latest master (8.0-dev)

Actions #13

Updated by Markus Sommer almost 7 years ago

  • TYPO3 Version changed from 6.2 to 9

Is also in 9.0.0-dev

Actions #14

Updated by Jo Hasenau almost 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.

Actions #15

Updated by Riccardo De Contardi over 6 years ago

  • Related to Feature #60873: Hierarchical view for the list-module added
Actions #16

Updated by Riccardo De Contardi about 6 years ago

  • Related to Bug #39798: Language and colpos changes on re-ordering of Content Elements added
Actions #17

Updated by Riccardo De Contardi about 6 years ago

  • Parent task set to #82206
Actions #18

Updated by Gerrit Code Review about 4 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

Actions #19

Updated by Gerrit Code Review about 4 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

Actions #20

Updated by Gerrit Code Review about 4 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

Actions #21

Updated by Gerrit Code Review about 4 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

Actions #22

Updated by Gerrit Code Review about 4 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

Actions #23

Updated by Gerrit Code Review about 4 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

Actions #24

Updated by Christian Eßl about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #25

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF