Jemt / Fit.UI

Fit.UI is a JavaScript based UI framework built on Object Oriented principles
http://fitui.org
GNU Lesser General Public License v3.0
19 stars 7 forks source link

DesignMode: Images removed if image plugin not enabled + image dimensions lost if image dialog is not enabled #154

Open FlowIT-JIT opened 2 years ago

FlowIT-JIT commented 2 years ago

Assigning a value containing image tags results in these image tags being lost unless image support is enabled.

Furthermore if images are contained and image plugin is enabled, but image button (image dialog) is not added to the toolbar, then image dimensions are not preserved since the image dialog plugin - most likely - is reponsible for whitelisting width/height in the ACL (Advanced Content Filter). We should probably have the image resize plugin whitelist width/height since this is always enabled when images are allowed, while the image dialog is optional, even when images are allowed - e.g. if one wants image pasting only.