Gábor Garancsi

Results 3 issues of Gábor Garancsi

## 📝 Provide detailed reproduction steps (if any) 1. Open https://www.tiny.cloud/docs/tinymce/latest/full-featured-open-source-demo/ 2. **Without selecting anything** drag and drop the logo inside the editor ### ✔️ Expected result The image is...

Also, allowStyling() internally allows the 'style' attribute, so it is not necessary to ignore it.

Since the commit 020d5d0d7b8e985be32d3608612a9889135ef060 all attributes that are allowed globally are ignored, if "style" is given as the first attribute. Problematic code: ``` public HtmlPolicyBuilder globally() { if(attributeNames.get(0).equals("style")) { return...