View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004827 | OXID eShop (all versions) | 2.4. Administer products | public | 2013-01-07 11:42 | 2013-10-15 16:03 |
Reporter | martinwegele | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.2 / 5.0.2 revision 53018 | ||||
Fixed in Version | 4.7.7 / 5.0.7 | ||||
Summary | 0004827: WYSIWYG editor cannot save empty texts | ||||
Description | Whenever you empty the "source" of the longdescription of a product the WYSIWYG editor will insert "< p > & nbsp; < / p >" when you click "Save". This is very annoying if you want to have a variant article that inherits the longdesc from the parent article. Once you edit anything in the variant and click "save", the longdesc will be contain "< p > & nbsp; < / p >" and thus not inherit the longdesc of the parent any more. | ||||
Steps To Reproduce | In the demoshop empty the longdesc of any product, save it and check the "source" of the longdesc field afterwards. | ||||
Additional Information | It does not matter if you are using the WYSIWYG editor in source mode or in design mode. | ||||
Tags | WYSIWYG | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0005095 | resolved | Linas Kukulskis | is always set at wysiwyg-editor |
|
Unfortunately the bug tracker does not accept HTML-tags? I wanted to write
Is there a bug in Mantis? |
|
its a "feature" from the wysiwyg-editor itself, maybe a button with "delete content" would be a solution without having to debug the wysiwyg-code |
|
Added code for clearing default empty string of WYSIWYG editor |
|
https://github.com/OXID-eSales/oxideshop_ce/commit/11ae3c11fba5bdbb00c8fb0e48d2a2eee0702618 |