Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of translated elements after drag&drop (display-only issue) #268

Open
dmitryd opened this issue Jun 23, 2022 · 2 comments
Open

Order of translated elements after drag&drop (display-only issue) #268

dmitryd opened this issue Jun 23, 2022 · 2 comments

Comments

@dmitryd
Copy link
Contributor

dmitryd commented Jun 23, 2022

If you switch to the "Localization" mode in the page module and rearrange elements in the main language with drag&drop, translated elements will be rearranged behind scenes but not on the screen. Manual refresh is needed to see correct order of translated elements.

After drag & drop (second "This is an English text" moved inside the container):

image

Simply refresh the page:

image-1

@RazielleS
Copy link

Looks like this might be a core bug, as the issue persists on an instance without container. I opened an issue for this.

@Abdull
Copy link

Abdull commented Aug 24, 2022

Using

  • TYPO3 11.5.14
  • b13/container 2.0.1

The container ordering on the translated page in the backend can still be wrong, even after backend page reloading; (the frontend presentation is correct though):

Steps to reproduce:

  • create new default page
  • create container element; create textmedia content element inside it.
  • create translation of this page
  • click "translate" button. All content elements (container and contained textmedia) should be created correctly on the translated page. Translated page is now in "Connected Mode".
  • Now, on the default language page, create an additional container BELOW the first container. Put into this new container a textmedia element.
  • The "translate" button appears again. Click this button.
  • An additional translated container and content textmedia element have been created. But in the backend, they will be shown ABOVE the first translated container. In the frontend presentation, the order is correct.
  • The incorrect backend ordering stays incorrect despite cache flushing, backend page reloading etc.

Maybe related core bug: https://forge.typo3.org/issues/97763

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants