Description Slatejs editor only in Firefox fails with text selection and caret positioning (by mouse). It always selects position before first character (path[0] offset[0]). You can still use the keyboard to select text and position caret. Recording Firefox: Chrome: Expectation It should select text and position caret as it does in other browsers. Environment Slate Version: 0.63.0 Operating System: Windows
Tag: wysiwyg
Registering keyup on Ctrl when used to change tabs in JQuery
I have create a wysiwyg HTML editor. When the user holds down keys down Ctrl, it sets a variable ctrlPressed to true. When the key up event is fired with the Ctrl keycode, then ctrlPressed is set to false. However, when the user presses Ctrl+PgUp to change tabs, there is no way for ctrlPressed to be set to false again
How do I remove tinyMCE and then re-add it?
I am trying to add the tinyMCE editor to my page, remove it, then add it again but am getting errors. When I run Part A, then Part B, Than Part A again I get the error: Part A Part B Edit: Below is the full JavaScript function. The first time through it opens the dialog and works, the contents