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

Drag and Drop doesn't work in Language Mode #118

Closed
mneuhaus opened this issue Dec 11, 2013 · 10 comments
Closed

Drag and Drop doesn't work in Language Mode #118

mneuhaus opened this issue Dec 11, 2013 · 10 comments

Comments

@mneuhaus
Copy link
Member

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

@ghost ghost assigned danilobuerger Dec 11, 2013
@danilobuerger
Copy link

confirmed

@danilobuerger
Copy link

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?

@mneuhaus
Copy link
Member Author

  1. The grid/columns are visible.
  2. Gridelements Supports drag and drop there ;-)

Cheers
Marc

@danilobuerger
Copy link

So do you want to change this into a feature request?

@mneuhaus
Copy link
Member Author

yep, why not :)

@Inkdpixels
Copy link

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?

@danilobuerger
Copy link

it isnt a bug, drag & drop is not supported in language mode

@Inkdpixels
Copy link

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.

@danilobuerger
Copy link

i will actually dejoin those issues again

@Inkdpixels
Copy link

👍

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

4 participants