mail icon indicating copy to clipboard operation
mail copied to clipboard

Cannot create a link in the CKEditor

Open handkerchief333 opened this issue 1 year ago • 0 comments

Steps to reproduce

  1. Create a message
  2. Select a text and try to create a link

Expected behavior

Create a link

Actual behavior

Nothing can be inserted into the "Link-Url" field. It seems that the focus of the cursor is still on the tool menu and not in the link URL field, which is why nothing can be inserted.

link-not-possible

Some error messages (perhaps nothing at all or directly related to this issue)

In logs:

[PHP] Error: Optional parameter $bcc declared before required parameter $body is implicitly treated as a required parameter at //apps/mail/lib/Model/NewMessageData.php#120
	POST /index.php/apps/mail/api/drafts/move/1179
	von xxx von example um 26.04.2024, 17:47:18

Error in Javascript Console when the new message modal opens:

mail: could not find CKEditor translations for "de" 
{
  "app": "mail",
  "uid": "example",
  "level": 2,
error: Error: Cannot find module 'undefined'
code: "MODULE_NOT_FOUND"
columnNumber: 22569
fileName: "/apps/mail/js/mail.549.0be06e3ccd0f2ffcaa22.js"
lineNumber: 2
message: "Cannot find module 'undefined'"
}

Mail app version

3.6.0 Nextcloud: 28.0.4

Mailserver or service

No response

Operating system

No response

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database

MariaDB

Additional info

Tested with browser:

  • Firefox 125.0.2
  • Chromium 124.0.6367.60

handkerchief333 avatar Apr 26 '24 15:04 handkerchief333