View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006776 | WYSIWYG Editor + Media Gallery | module WYSIWYG Editor + Media Gallery - sub | public | 2018-01-19 16:46 | 2024-07-31 15:05 |
Reporter | QA | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | reopened | ||
Product Version | 2.3.0 | ||||
Fixed in Version | 1.0.0 | ||||
Summary | 0006776: No linebreaks in WYSIWYG editor leading to an increase in width | ||||
Description | In 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 | ||||
Tags | Admin Template, WYSIWYG | ||||
|
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) |
|
This was fixed in the admin backoffice facelift with https://github.com/OXID-eSales/oxideshop/commit/5cdff7de9c5e39c172746c937952fcedb7d85ba9 |