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

pop up window scrollbar issue #11860

Closed
bobblkabb opened this issue Oct 16, 2018 · 2 comments
Closed

pop up window scrollbar issue #11860

bobblkabb opened this issue Oct 16, 2018 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@bobblkabb
Copy link

bobblkabb commented Oct 16, 2018

Steps to reproduce

  1. Mark folder or file
  2. Click 'copy/move' function
  3. Windows pops up to select target folder

Expected behaviour

If you have a larger list with many folders it should be possible to chose any folder

Actual behaviour

The last folder on the bottom of the list can't be selected (Internet Explorer) or hardly be selected (Firefox) because the slider doesn't allow to scroll to the very bottom of the list.
Might be related to #11468 and/or #11624 which was fixed by 14.0.3.

Server configuration

Operating system: Ubuntu 18.04.1

Web server: Apache 2.4.29

Database: mysql Ver 14.14 Distrib 5.7.23

PHP version: php 7.2

Nextcloud version: 14.0.3

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from: cli

Signing status:

Signing status No errors have been found.

List of activated apps:

App list Enabled: - accessibility: 1.0.1 - activity: 2.7.0 - admin_audit: 1.4.0 - cloud_federation_api: 0.0.1 - comments: 1.4.0 - dav: 1.6.0 - federatedfilesharing: 1.4.0 - federation: 1.4.0 - files: 1.9.0 - files_pdfviewer: 1.3.2 - files_sharing: 1.6.2 - files_texteditor: 2.6.0 - files_trashbin: 1.4.1 - files_versions: 1.7.1 - files_videoplayer: 1.3.0 - gallery: 18.1.0 - logreader: 2.0.0 - lookup_server_connector: 1.2.0 - nextcloud_announcements: 1.3.0 - notifications: 2.2.1 - oauth2: 1.2.1 - password_policy: 1.4.0 - provisioning_api: 1.4.0 - serverinfo: 1.4.0 - sharebymail: 1.4.0 - support: 1.0.0 - survey_client: 1.2.0 - systemtags: 1.4.0 - theming: 1.5.0 - twofactor_backupcodes: 1.3.1 - updatenotification: 1.4.1 - workflowengine: 1.4.0 Disabled: - encryption - files_external - firstrunwizard - user_external - user_ldap

Nextcloud configuration:

Config report { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "[internal ipv4 address]", "vmserver", "[ipv4 adress]", "cloud.mycloud.de" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "14.0.3.0", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "forcessl": true, "enable_previews": true, "preview_libreoffice_path": "\/usr\/bin\/libreoffice", "preview_office_cl_parameters": " --headless --noLOgo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ", "enabledPreviewProviders": [ "OC\\Preview\\Image", "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown" ], "loglevel": 0, "ldapIgnoreNamingRules": false, "theme": "", "skeletondirectory": "\/var\/www\/nextcloud\/core\/skeleton\/", "maintenance": false, "logtimezone": "Europe\/Berlin", "logfile": "\/data\/nextcloud.log", "log_rotate_size": 104857600, "log_authfailip": true, "secret": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpauthtype": "NTLM", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "25", "trashbin_retention_obligation": "auto", "default_language": "en_GB", "overwrite.cli.url": "https:\/\/cloud.mycloud.de", "memcache.local": "\\OC\\Memcache\\APCu", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379 }, "mail_smtpauth": 1, "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***" } }

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

Are you using encryption: no

Are you using an external user-backend, if yes which one: none

LDAP configuration (delete this part if not used)

LDAP config There are no commands defined in the "ldap" namespace.

Client configuration

Browser: Internet Explorer 11 and Firefox 62.0.3 (64Bit)

Operating system: Solus 3.9999

Logs

Web server error log

Web server error log [Tue Oct 16 06:25:52.494734 2018] [mpm_prefork:notice] [pid 27703] AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.0g configured -- resuming normal operations [Tue Oct 16 06:25:52.494760 2018] [core:notice] [pid 27703] AH00094: Command line: '/usr/sbin/apache2'

Nextcloud log (data/nextcloud.log)

Nextcloud log
Insert your Nextcloud log here

Browser log

Browser log
Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

bildschirmaufnahme vom 2018-10-16 08 42 06

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #11804 (https windows webdav issue ), #2898 (Upgrade Issue), #1983 (Issue with Installation), #10779 ("More apps" out of window), and #4451 ("Delete Calendar" Issue).

@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Jun 12, 2019
@skjnldsv
Copy link
Member

As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

3 participants