RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
242 stars 72 forks source link

OTOBO 11 Quick Issues #3359

Open chzauleck opened 2 months ago

chzauleck commented 2 months ago

Collection of small Issues found in the internal OTOBO 11 Quick Issue Reports Thread

jennypaxian commented 1 week ago

Heya,

we are running OTOBO 11.0.1 and using the CMDB module.

We have encountered a layouting issue with the new CKEditor 5 Component. When editing CMDB Formatted Text Fields the CKEditor component displays the whole paragraph in one line and shows a horizontal scrollbar instead of line-wrapping as expected.

A temporary solution was to add

.ck-content {
    text-wrap: wrap;
    white-space: pre-wrap;
}

to the Stylesheet.

Possibly already adressed in #3359 with the CKEditor Resize fixes?

stefanhaerter commented 1 week ago

Hi @jennypaxian ,

Thanks a lot for reporting the issue.

Do you mind me shifting the report to a separate issue? Since you referenced the current issue I assume that this has been your intention anyways.

Kind regards, Stefan

jennypaxian commented 1 week ago

Thanks Stefan,

we can gladly move this to a new issue

stefanhaerter commented 1 week ago

Done - see #3571

Also added screenshots as I could reproduce the issue.