Peter Brecska
Peter Brecska
@anyt Hi, thank you for your response. I appreciate it. But I must mention that as I said in issue description, database is not the problem, data are persisted right...
example:  Behaviour: At first it is ok with wysiwyg, than editor buttons are hidden, text is still ok, than some loading appears and text box is hidden completly, than...
 Thank you for your effort. I feel like you have not tested it with described type. It should be plaintext. (While wiswyg is turned on-seems on at sceen). Than...
Just for someone having same issue. I have hacked it with calling this jQuery ```this.$('textarea[name*="content"]:first').val(this.$('textarea[name*="content"]:first').prop("defaultValue"));``` sometime after all this morphing. The core issue seem to be in deserialization of html_encoded...
``` "dependencies": { "axios": "^0.19.0", "bootstrap": "^4.3.1", "classnames": "^2.2.6", "dateformat": "^2.0.0", "deep-freeze": "0.0.1", "empty": "^0.10.1", "flatpickr": "^4.6.3", "font-awesome": "^4.6.3", "fuse.js": "^3.4.5", "lodash": "^4.17.15", "moment": "^2.24.0", "prop-types": "^15.7.2", "raf": "^3.4.1", "react":...
I have fund the cause of this. Fortunately fatal at this point did not blocked webpack from its job. I have fund that iam importing something bad. bug was in...