View Issue Details

IDProjectCategoryView StatusLast Update
0006776WYSIWYG Editor + Media Gallerymodule WYSIWYG Editor + Media Gallery - subpublic2020-10-30 15:42
ReporterQA Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version2.3.0 
Summary0006776: No linebreaks in WYSIWYG editor leading to an increase in width
DescriptionIn OXID 6, Administer Products -> Products, Summernote WYSIWYG editor has no fixed width. If you're writing a long text, the text won't break, rather increasing the width of the editor and so the width of the frame.
Steps To Reproduce- choose a product in backend
- write a long text without linebreaks to the WYSIWYG editor
TagsAdmin Template, WYSIWYG

Activities

aurimas

2020-10-30 15:42

reporter   ~0013342

src/source/modules/ddoe/wysiwyg/Application/views/admin/tpl/ddoewysiwyg.tpl
    #ddoew {
        position: relative;
        white-space: normal;
    }
fixes the problem (because white-space:nowrap comes from td.edittext)