-
Notifications
You must be signed in to change notification settings - Fork 310
Description
Steps to reproduce
- Create a task
- open it on the right side panel
- click to edit the description
- Type something and then try to paste with Ctrl-v
Expected behaviour
I should be able to continue editing the description.
I expect the Ctrl-v to work as the right-click->paste menu in my browser.
Actual behaviour
The description field is not editable anymore and the content of the paste is not in the description.
Server configuration
General server configuration
Operating system: Linux my,domain.com 3.14.32-xxxx-grs-ipv6-64 #9 SMP Thu Oct 20 14:53:52 CEST 2016 x86_64
Web server: nginx/1.10.3 (fpm-fcgi)
Database: mysql 5.5.57
PHP version: 5.6.30-0+deb8u1
PHP-modules loaded
- Core
- date
- ereg
- libxml
- openssl
- pcre
- zlib
- bcmath
- bz2
- calendar
- ctype
- dba
- dom
- hash
- fileinfo
- filter
- ftp
- gettext
- SPL
- iconv
- mbstring
- session
- posix
- Reflection
- standard
- shmop
- SimpleXML
- soap
- sockets
- Phar
- exif
- sysvmsg
- sysvsem
- sysvshm
- tokenizer
- wddx
- xml
- xmlreader
- xmlwriter
- zip
- cgi-fcgi
- PDO
- apcu
- curl
- gd
- gmp
- imagick
- imap
- json
- mcrypt
- mysql
- mysqli
- pdo_mysql
- pdo_sqlite
- readline
- recode
- sqlite3
- tidy
- xmlrpc
- xsl
- mhash
- apc
- Zend OPcache
Nextcloud configuration
Nextcloud version: 12.0.2 - 12.0.2.0
Updated from an older Nextcloud/ownCloud or fresh install: upgrade
Where did you install Nextcloud from: tar.gz
Are you using external storage, if yes which one: files_external is disabled
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Enabled apps
- activity: 2.5.2
- admin_audit: 1.2.0
- apporder: 0.4.0
- calendar: 1.5.4
- comments: 1.2.0
- contacts: 1.5.3
- dav: 1.3.0
- deck: 0.2.2
- federatedfilesharing: 1.2.0
- files: 1.7.2
- files_markdown: 2.0.0
- files_pdfviewer: 1.1.1
- files_sharing: 1.4.0
- files_texteditor: 2.4.1
- files_trashbin: 1.2.0
- files_versions: 1.5.0
- files_videoplayer: 1.1.0
- gallery: 17.0.0
- issuetemplate: 0.2.2
- keeweb: 0.4.0
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- nextcloud_announcements: 1.1
- notifications: 2.0.0
- oauth2: 1.0.5
- passman: 2.1.4
- password_policy: 1.2.2
- provisioning_api: 1.2.0
- quota_warning: 1.1.0
- serverinfo: 1.2.0
- sharebymail: 1.2.0
- spreed: 2.0.1
- survey_client: 1.0.0
- systemtags: 1.2.0
- theming: 1.3.0
- twofactor_backupcodes: 1.1.1
- updatenotification: 1.2.0
- workflowengine: 1.2.0
Disabled apps
- encryption
- federation
- files_external
- firstrunwizard
- user_external
- user_ldap
Content of config/config.php
{
"instanceid": "ocb8e977a2dd",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "...\/cloud\/nextcloud-data",
"dbtype": "mysql",
"version": "12.0.2.0",
"dbname": "nextcloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"forcessl": true,
"loglevel": 0,
"theme": "",
"maintenance": false,
"trusted_domains": [
"my.domain.com"
],
"mail_from_address": "cloud",
"mail_smtpmode": "php",
"mail_domain": "domain.com",
"secret": "***REMOVED SENSITIVE VALUE***",
"appstoreenabled": true,
"appstoreurl": "https:\/\/api.nextcloud.com\/v1",
"appstore.experimental.enabled": true,
"trashbin_retention_obligation": "auto",
"asset-pipeline.enabled": false,
"memcache.local": "\\OC\\Memcache\\APCu",
"htaccess.RewriteBase": "\/",
"updater.release.channel": "stable",
"appcodechecker": false,
"updater.server.url": "https:\/\/updates.nextcloud.com\/updater_server\/",
"has_internet_connection": true<!--
**Operating system**: linux
**Web server:** nginx + php fpm
**Database:** mysql
**Signing status:**,
"check_for_working_webdav": true,
"check_for_working_wellknown_setup": true,
"config_is_read_only": false,
"remember_login_cookie_lifetime": 1296000,
"session_lifetime": 86400,
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown"
],
"apps_paths": [
{
"path": "...\/cloud\/nextcloud\/apps",
"url": "\/apps",
"writable": true
},
{
"path": "...\/cloud\/nextcloud\/apps2",
"url": "\/apps2",
"writable": true
}
],
"overwrite.cli.url": "https:\/\/my.domain.com"
}
Client configuration
Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
Operating system: Linux
Logs
Browser log
When the edition starts, console only write:edit
undefined
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.