-
Notifications
You must be signed in to change notification settings - Fork 52
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
Drag and Drop doesn't work in Language Mode #118
Comments
confirmed |
This is by design. Language mode has no drap & drop: PageLayoutView
if (!$this->tt_contentConfig['languageMode']) {
$singleElementHTML .= '<div class="t3-page-ce-dragitem" id="' . uniqid() . '">';
} Before i am closing this, why are you under the impression that you actually should be able to drag? Is the cursor changing? |
Cheers |
So do you want to change this into a feature request? |
yep, why not :) |
I just want to jump onto the bandwagon here, as we are developing a site with TYPO3 6.2.0 which has multiple languages. Especially the issue #143 is fairly important for content editors, as you can't create new CE's if the region is empty (which is f.e. as you create a blank page). Due to this, the language-mode is kind of impractical. Is it possible to fix this bug any time soon? |
it isnt a bug, drag & drop is not supported in language mode |
Yep, thats correct for the "drag&drop"-part of this ticket, but @NamelessCoder joined #143 into this issue as well. And #143 is clearly not a "feature request", but rather a bug/disfunctionallity. |
i will actually dejoin those issues again |
👍 |
The Drag&Drop currently doesn't work in the Language mode because it depends on a class "t3-page-column" which doesn't exist in the Language mode.
if you disable this line here : https://github.com/FluidTYPO3/fluidpages/blob/master/Resources/Public/js/typo3pageModule.js#L139 you can make it work inside fluid content elements, but it sitll doesn't work for the content elements not currently contained inside an fce.
Environment:
TYPO3: 6.1.5
Browser: Chrome 31.0.1650.63
fluidpages: git master
flux: git master
vhs: git master
fluidcontent: git master
The text was updated successfully, but these errors were encountered: