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

unable to move directory online #6380

Closed
matthieuuu opened this issue Dec 13, 2013 · 6 comments
Closed

unable to move directory online #6380

matthieuuu opened this issue Dec 13, 2013 · 6 comments

Comments

@matthieuuu
Copy link

Hello hello !

Expected behaviour

When I move a directory to another one, I should have a list of all directories

Actual behaviour

No list appear, javascript error in console log

Steps to reproduce

  1. choose a directory
  2. click on "move"
  3. start typing a directory name, nothing appears

Server configuration

Operating system: debian squeeze (uname -a: Linux apnlcloud 2.6.32-5-686 #1 SMP Mon Sep 23 23:00:18 UTC 2013 i686 GNU/Linux)
Web server: Apache/2.2.16
Database: MySQL 5.0.51a-24+lenny5
PHP version: 5.3.27-1~dotdeb.0
ownCloud version: 6.0 (stable)
Updated from an older ownCloud or fresh install: fresh
List of activated app:
The content of config/config.php:

$CONFIG = array (
  'instanceid' => '52729077d8b43',
  'datadirectory' => '/var/www/owncloud/data',
  'dbtype' => 'mysql',
  'dbtableprefix' => 'oc_',
  'version' => '6.0.0.13',
  'installed' => true,
  'maxZipInputSize' => 0,
  'allowZipDownload' => true,
  'loglevel' => '4',
  'forcessl' => true,
  'theme' => '',
  'maintenance' => false,
);

Client configuration

Browser: chrome 32.0.1700.41 m Aura or firefox 26.0
Operating system: windows 8.1

Logs

Web server error log

empty

ownCloud log (data/owncloud.log)

empty

Browser log

Uncaught TypeError: Object Répertoire de destination has no method 'val' core.js?v=d45409b31208dd74eedc2674a5409b52:426
Uncaught TypeError: Object Répertoire de destination has no method 'val' core.js?v=d45409b31208dd74eedc2674a5409b52:426
Uncaught TypeError: Object Répertoire de destination has no method 'val' core.js?v=d45409b31208dd74eedc2674a5409b52:426.

Thank you

@PVince81
Copy link
Contributor

Are you using the 3rd party "move" app ? As far as I know it is broken.
You should be able to drag and drop files directly in OC 6.

@matthieuuu
Copy link
Author

hum yes it was the 3rd party "move" app...
yes i can drag and drop files directly, but how to drag and drop directly to the correct directory ?

@PVince81
Copy link
Contributor

You mean dragging in a directory that isn't visible directly ?
I think it's not possible yet 😦
Would be good to have this as an enhancement. (CC @owncloud/designers)

@jancborchardt
Copy link
Member

@PVince81 how about after some milliseconds of drag&drop hovering over a folder, this folder gets opened? That way one could navigate folders with dragged elements. (That’s how iA writer on iOS does it too.)

@PVince81
Copy link
Contributor

I think that makes sense. And now with the ajax navigation of OC6, switching folders is seamless (no more total page reload).
Makes sense.
Setting "enhancement" tag for this 😄

@PVince81
Copy link
Contributor

Closing in favor of #10656

@lock lock bot locked as resolved and limited conversation to collaborators Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants