Problem with mce editor in webapp
-
Hello,
I’m using Kopano with Univention-Server (an “old” system in production, and an actual version in test mode)
Actual versions:
Kopano Core: 8.6.8
Kopano WebApp: 3.4.22.1782+80.1I often have to copy+paste log output to mails. And there was (with old version) and still is a problem pasting that text.
The editor produces links where it should not. I have to switch off them. But, moreover lines are often reformatted. This needs time consuming and error-prone manual editing.Example:
What the editor generates:
Nov 30 10:42:46 SrvDd udpgr1650l: GLOG_NOTICE - main.c, (ProcessGate, #1793) IdleTimer aller Clients abgelaufen, IpcName:udpgr1650l_2057Nov30
10:42:46 SrvDd udpgr1650l: GLOG_FATAL - main.c, (FinHandler, #209) FinHandler wurde aufgerufenHow it should be:
Nov 30 10:42:46 SrvDd udpgr1650l: GLOG_NOTICE - main.c, (ProcessGate, #1793) IdleTimer aller Clients abgelaufen, IpcName:udpgr1650l_2057
Nov 30 10:42:46 SrvDd udpgr1650l: GLOG_FATAL - main.c, (FinHandler, #209) FinHandler wurde aufgerufenIs there a possibility to generally switch off link generation?
If not, where should I change that behaviour in the sources?Thanks in advance.
Poldi