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

[RFC] Drag and drop for file manger #1394

Merged
merged 2 commits into from
Feb 28, 2018

Conversation

ausi
Copy link
Member

@ausi ausi commented Feb 21, 2018

Enables Drag and Drop for files and folders.

@leofeyer leofeyer added this to the 4.6.0 milestone Feb 23, 2018
@leofeyer leofeyer merged commit e995607 into contao:master Feb 28, 2018
@leofeyer
Copy link
Member

Thank you @ausi. Great feature!

@may17
Copy link
Contributor

may17 commented Mar 31, 2018

@ausi You should ignore right (context menu) clicks with an check like:
if (event.rightClick || event.control) { }

leofeyer pushed a commit that referenced this pull request Jun 12, 2018
Description
-----------

Followup to #1394, fixes #1403, related to #1456

Commits
-------

3cba93c Add drag handle for drag and drop in file manager
e858a56 Fix BC break
cc2b4b3 Check if DCA is closed or notCreatable
3ad36b7 Use href and attributes properties in button callbacks
21e06f1 Fix button labels
3d18d74 Fix the coding style.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants