Bug #47928
Drag & drop in page-modul: Does not work in "Languages"-mode
Status: | New | Start date: | 2013-05-05 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 7.4 (Backend) | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
Works fine in columns-mode but there is no drag-functionality in "Languages"-mode.
Maybe just some missing CSS-class or so?
Related issues
History
#1 Updated by Stefan Neufeind about 2 years ago
In PageLayoutView.php the dragitem-class is just added if we're not in languages-mode. So I guess there were some problems to it.
Drag&drop in page-module was added in commit d62fb10e.
#2 Updated by Mathias Schreiber 7 months ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
#3 Updated by Riccardo De Contardi 22 days ago
I just tested with 6.2.14 and 7 (master). As far as I can see it works in both cases, but there is a difference:
in version 6.2.14 it is possible to drag a CE from the alt language column to the main language column and vice versa (and it works fine, I mean, the language is updated), while in 7 this is forbidden.
I don't know if this is it a missing feature or it is the intended behavior.