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

Webpage items disappear before resizing #3185

Closed
koreywithak opened this issue Jan 20, 2017 · 2 comments
Closed

Webpage items disappear before resizing #3185

koreywithak opened this issue Jan 20, 2017 · 2 comments
Assignees
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. feature: files

Comments

@koreywithak
Copy link

smaller_view

Steps to reproduce

Open up Nextcloud in a browser. If you use a smaller window size (like two side-by-side), the items on the right side of the webpage disappear, although there seems to be plenty of usable space that they could be available.

Expected behaviour

Shift the items over more before they become unavailable with the given window size

Actual behaviour

The items I'd like to use (such as the delete button) are gone and it requires maximizing the window to get them back.

Server configuration

Operating system:
Ubuntu 16.04.1
Web server:
nginx 1.10.0
Database:
mariadb 10.0
PHP version:
PHP7.0
Nextcloud version: (see Nextcloud admin page)
Nextcloud 11.0
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install, but migrated Nextcloud folder and database from an install on another computer, but also NC11.0
Where did you install Nextcloud from:
https://download.nextcloud.com/server/releases/nextcloud-11.0.0.tar.bz2
Signing status:

Signing status No errors have been found.
**List of activated apps:**
App list All official apps as of 1/1/2017
**The content of config/config.php:**
Config report { "system": { "instanceid": "ocw2lrcmig6j", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "***REMOVED BY USER***" ], "datadirectory": "\/media\/cloud_main\/nextcloud_data", "overwrite.cli.url": "https:\/\/***REMOVED BY USER***\/nextcloud", "dbtype": "mysql", "version": "11.0.0.10", "dbname": "nextcloud", "dbhost": "localhost", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "UTC", "installed": true, "memcache.local": "\\OC\\Memcache\\Redis", "filelocking.enabled": "true", "maintenance": false, "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "\/var\/run\/redis\/redis.sock", "port": 0, "timeout": 0 }, "loglevel": 0, "mail_smtpmode": "smtp", "mail_domain": "gmail.com", "mail_smtphost": "smtp.gmail.com", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_from_address": "***REMOVED BY USER***", "mail_smtpport": "587", "mail_smtpsecure": "tls", "updater.secret": "***REMOVED SENSITIVE VALUE***", "theme": "", "updater.release.channel": "stable" } }

Are you using external storage, if yes which one: local/smb/sftp/...
local
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one:
no

Client configuration

Browser:
Chrome 53.0.2785.116 or Nextcloud App 1.4.0
Operating system:
Windows 10 or Android 6.0.1

Logs

Web server error log

Web server error log N/A
#### Nextcloud log (data/nextcloud.log)
Nextcloud log N/A
#### Browser log
Browser log N/A
@nickvergessen
Copy link
Member

@jancborchardt

@skjnldsv skjnldsv self-assigned this Feb 1, 2017
@skjnldsv
Copy link
Member

skjnldsv commented Feb 1, 2017

This is not a bug, but a feature! 😆
More seriously, this is just the switch to mobile view. But we should maybe add a third step on the media queries to now hide all the left info right away since we got some free space after hiding the left sidebar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. feature: files
Projects
None yet
Development

No branches or pull requests

3 participants