blindspeed90
blindspeed90
## 📝 Provide a description of the new feature or improvement Add the command name into the DIV with either a class/ID/attribute, with whatever prefixing scheme that makes sense. ###...
**What is the current behavior? Describe the bug** From https://www.tiny.cloud/docs/advanced/events/ vs. EventTypes.ts - ExecCommand/BeforeExecCommand; 'ui' not optional - NodeChange; missing 'initial?' - LoadContent; missing 'load' and 'element'; in the callback...
**What is the current behavior? Describe the bug** **Please provide the steps to reproduce and if possible a minimal demo of the problem via [fiddle.tiny.cloud](https://fiddle.tiny.cloud/) or similar.** **What is the...
**What is the current behavior? Describe the bug** Looking for a way to handle processing when the popup is closed. I tried the typical onClose in the settings object, looked...
**What is the current behavior? Describe the bug** Debugging into the call I see a second param "fireEvent" which defaults to true, which only controls the "BeforeOpenNotification" event. It doesn't...
**What is the current behavior? Describe the bug** WindowManager.alert("") WindowManager.confirm("") - both of these are doc'd as "message:String" NotificationManager.open({text: ""}) - the "text" type isn't documented at all **Please provide...
**What is the current behavior? Describe the bug** This looks to be the same as https://github.com/tinymce/tinymce/issues/1055 . When adding a fixed height and overflow, hitting enter adds new P tags,...
**Documentation/Product Version** 6.8.5 **Links to Page(s) affected** https://www.tiny.cloud/docs/tinymce/latest/content-filtering/#valid_elements **Description of Issue** This entry: "! - Enables removal of elements with no attributes such as . They can still have content...