Describe the bug
Highlight some text in the Editor. Set a font colour other than black, then use the Underline tool.
Once underlined, the text decoration is not the same colour as the text.
To Reproduce
Expected behavior
The font colour and underline colour should match.
Describe the bug
After inserting an image using the "Insert Image" tool it is possible to add a hyperlink to it using the "Insert Hyperlink" tool.
If the image's dimensions are then edited by selecting the image and using the "Insert Image" tool, the hyperlink that was added no longer exists.
Before:
After:
To Reproduce
Expected behaviour
The image should retain any hyperlinks that have been added even if it is resized.
Describe the bug
The following warning appears when using the InsertTable tool of the Native Editor:
[Vue warn]: Component emitted event "tableinsert" but it is neither declared in the emits option nor as an "onTableinsert" prop
NOTE: The warning won't appear when the project is built for production but, still this issue should be fixed
To Reproduce
Expected behavior
No warnings should appear when using the InsertTable tool
Add ability to specify the tag which will be inserted when the Enter key is pressed (e.g., p, br, div, etc.).
Hello.
I want to request a feature for the Native Editor that is available in Microsoft Word.
I would like to be able to set the cursor on an existing hyperlink, click the Hyperlink tool, and change the display text on the hyperlink.
This change would also include adding a "Display Text" form field on the hyperlink tool dialog view.
Describe the bug
Position the Editor's cursor at the start of its text area. Type some text inside an empty Editor and press the Backspace key. The text is not deleted.
If you use the cursor keys or click to reposition the cursor, the Delete and Backspace keys start to work.
To Reproduce
Expected behavior
The Backspace and Delete buttons should work in all Editor scenarios where the text editing is not prevented
Describe the bug
In a Native Editor scenario, if you open the View HTML window, the window can be closed only using the two buttons at its bottom.
To Reproduce
Expected behavior
The popup window should be closed when the "x" button is clicked
Describe the bug
The following JS error appears in the console when using the Insert Table tool of the Native Editor without choosing a table size to insert.
To Reproduce
Expected behavior
No JS should appear when the user opens the popup of the "Insert Table" tool and doesn't select a table size in it.
Describe the bug
The Native Editor blocks the browser when used in Vue 2. Meanwhile, the same component configuration works correctly in Vue 3.
To Reproduce
Expected behavior
The example above should be working like in this project(Vue 3).
If the Editor component has the "required" property it can be easily validated with a simple configuration.
Currently, the validation of the Editor can be achieved only with custom validation.