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

Column for names too narrow #495

Closed
rollanders opened this issue Feb 22, 2018 · 10 comments
Closed

Column for names too narrow #495

rollanders opened this issue Feb 22, 2018 · 10 comments
Labels
duplicate This issue or pull request already exists

Comments

@rollanders
Copy link

rollanders commented Feb 22, 2018

Steps to reproduce

  1. The display of the name column is to narrow - can only see half of the name, wheras the display of the individual is too large.
  2. This relation is independent of window size. Same in Windows Edge and Chrome.

image

Server configuration

Server configuration detail

Operating system: Linux 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 x86_64

Webserver: nginx/1.13.8 (fpm-fcgi)

Database: mysql 10.2.13

PHP version: 7.1.14
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, readline, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, exif, gd, intl, ldap, mcrypt, memcached, mysqli, pcntl, pdo_mysql, pdo_pgsql, pgsql, redis, zip, Zend OPcache

Nextcloud version: 13.0.0 - 13.0.0.14

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from: unknown

Signing status

Array

List of activated apps
Enabled:
 - activity: 2.6.1
 - audioplayer: 2.2.5
 - calendar: 1.6.0
 - caniupdate: 0.1.2
 - cms_pico: 0.9.7
 - contacts: 2.1.0
 - dav: 1.4.6
 - external: 3.0.2
 - federatedfilesharing: 1.3.1
 - files: 1.8.0
 - files_accesscontrol: 1.3.0
 - files_pdfviewer: 1.2.0
 - files_sharing: 1.5.0
 - files_texteditor: 2.5.1
 - files_trashbin: 1.3.0
 - firstrunwizard: 2.2.1
 - gallery: 18.0.0
 - groupfolders: 1.2.0
 - issuetemplate: 0.3.0
 - logreader: 2.0.0
 - lookup_server_connector: 1.1.0
 - mail: 0.7.10
 - oauth2: 1.1.0
 - onlyoffice: 1.2.0
 - password_policy: 1.3.0
 - provisioning_api: 1.3.0
 - serverinfo: 1.3.0
 - survey_client: 1.1.0
 - systemtags: 1.3.0
 - twofactor_backupcodes: 1.2.3
 - updatenotification: 1.3.0
 - workflowengine: 1.3.0
Disabled:
 - admin_audit
 - comments
 - encryption
 - federation
 - files_external
 - files_frommail
 - files_versions
 - files_videoplayer
 - nextcloud_announcements
 - notifications
 - ownpad
 - quota_warning
 - sharebymail
 - socialsharing_email
 - socialsharing_facebook
 - theming
 - user_external
 - user_ldap

Configuration (config/config.php)
{
    "memcache.local": "\\OC\\Memcache\\APCu",
    "apps_paths": [
        {
            "path": "\/var\/www\/html\/apps",
            "url": "\/apps",
            "writable": false
        },
        {
            "path": "\/var\/www\/html\/custom_apps",
            "url": "\/custom_apps",
            "writable": true
        }
    ],
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "173.249.5.125",
        "nginx-server",
        "cloud.korskyrkan-intra.se"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "overwrite.cli.url": "http:\/\/173.249.5.125",
    "dbtype": "mysql",
    "version": "13.0.0.14",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "mysql.utf8mb4": true,
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "onlyoffice": {
        "DocumentServerUrl": "\/ds-vpath\/",
        "DocumentServerInternalUrl": "http:\/\/onlyoffice-document-server\/",
        "StorageUrl": "http:\/\/nginx-server\/"
    },
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpmode": "php",
    "mail_smtpauthtype": "LOGIN",
    "mail_domain": "***REMOVED SENSITIVE VALUE***"
}

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

LDAP configuration (delete this part if not used)
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36

Operating system:

Logs

Browser log
Insert your webserver log here 
Nextcloud log
Insert your Nextcloud log here
Browser log

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

a) The javascript console log
b) The network log
c) ...
@skjnldsv skjnldsv added the duplicate This issue or pull request already exists label Feb 22, 2018
@skjnldsv
Copy link
Member

Duplicate of #453

@skjnldsv skjnldsv marked this as a duplicate of #453 Feb 22, 2018
@Sr4l
Copy link

Sr4l commented Feb 22, 2018

Are you sure this is the same problem? I was going to report the same issue as rollanders. I have very small "name" column in Chrome (also Chromium, Linux and Windows) and Windows Edge. I can only read the first ~3 chars of every name. Firefox seems okay though.

issue

@skjnldsv
Copy link
Member

It depends on the windows width. As soon as the details get split into two columns, the list get shrunk. :)

@Sr4l
Copy link

Sr4l commented Feb 22, 2018

Nice one ;-). Nope. I am on fullscreen at 1920x1080 and the "contact details" consume more than 80% of the screen.

edit
You wrote something about "two columns", thats the point. In Chrome and Edge I have up to 4 Columns, in Firefox it is limited to 2 columns.

@skjnldsv
Copy link
Member

@Sr4l The new pr is supposed to fix this, But I'll provide a new grid system asap. It should be a lot better :)

@Sr4l
Copy link

Sr4l commented Feb 22, 2018

@skjnldsv Good job. Sorry for stealing your time.

I applied PR #481 and its looking fine.

Thank you!

@rollanders
Copy link
Author

At window size 770-797 I see 2-3 letters in the contacts list column. At 798-840 I see no letter - just three points. The number of letters is then gradually increasing with increasing the window and I almost see them al at 1449. When increasing the window further the column shrinks again and only 2 letters and three points are visible. This is Chrome. The same behaviour in Opera and Edge. The Contacs app is not usable in the present form.

@Sr4l
Copy link

Sr4l commented Feb 23, 2018

@rollanders You are right. You could apply these changes now: https://github.com/nextcloud/contacts/pull/481/files to your nextcloud/apps/contacts files or you have to wait. skjnldsv is waiting for approval to merge the mentioned changes.

Note: you may need to use incognito mode or remove the browser cache to see the changes.

@rollanders
Copy link
Author

rollanders commented Feb 23, 2018

Confirm #481 works in Chrome.

@skjnldsv
Copy link
Member

@skjnldsv Good job. Sorry for stealing your time.

Don't appologise :)
It's perfectly normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants