Skip to content

drag and drop a file into a subfolder not possible / doesn't autoscroll #12329

@dttpy

Description

@dttpy

Expected behaviour

The file can be moved into the subfolder.

Actual behaviour

The chosen file can not be moved because the subfolder is not reachable.

Steps to reproduce

  1. create a folder "test" and go into it
  2. upload a lot of files (at least 20) and name them alphabetically
  3. create a new folder "subfolder" directly
  4. sort all files in "test" by name, so that the "subfolder" locates on the top of the file list
  5. choose the last file in "test" and try to drag it into "subfolder"

Server configuration

Operating system: Ubuntu 13.10

Web server: apache 2.4.6 (Ubuntu)

Database: SQLite

PHP version: 5.5.3-1ubuntu2.3

ownCloud version: 7.0.3

Updated from an older ownCloud or fresh install: from 7.0.3rc

List of activated app:standard apps of owncloud 7.0.3 and encryption

The content of config/config.php: (Without the database password and passwordsalt)
$CONFIG = array (
'instanceid' => 'oc6d9cda6e26',

'datadirectory' => '/var/ocdata/tingting/owncloud/data',
'dbtype' => 'sqlite3',
'version' => '7.0.3.4',
'installed' => true,
'theme' => '',
'maintenance' => false,
'maxZipInputSize' => 838860800,
'allowZipDownload' => true,
'loglevel' => '0',
'trusted_domains' =>
array (
0 => '192.168.1.80',
),
);

Are you using external storage, if yes which one: no

Client configuration

Browser: firefox 33.1.1

Operating system: ubuntu 13.10

Logs

Web server error log

ownCloud log (data/owncloud.log)

@PVince81

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions