-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
IE11: check boxes invisible #11881
Comments
GitMate.io thinks possibly related issues are #9560 (Check box suggestion), #7508 (Settings button is invisible), #1508 (Filesize check before upload.), and #11860 (pop up window scrollbar issue). |
Hi, I came across the same issue and eventually managed to fix this by creating a custom Theme for Nextcloud.
You can add all the CSS vars you need or want to add or override. Good luck. |
I can reproduce the same problem in version 15.0.0. Tested with the latest Internet Explorer 11 under Windows 10. |
We have the same issue. |
I will need your browser console log to investigate this issue. How to access your browser console (Click to expand)Chrome
Safari
IE9
Firefox
Opera
|
With Nextcloud version 15.0.7 and Interner Explorer 11.590.xx I can't reproduce it anymore. Seems to have been fixed in the meantime... |
Steps to reproduce
Mark folders or files by activating check boxes.
Expected behaviour
You should see 'unchecked' check boxes.
Actual behaviour
The check boxes on Internet Explorer 11 are invisible as long as they are not activated.
Fine under Firefox 62.0.3.
Might be related to #11141.
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_ldapNextcloud 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, Windows 7
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: