Unplanned
Last Updated: 10 May 2024 09:03 by Lucía
Created by: Lucía
Comments: 0
Category: Editor
Type: Feature Request
1
Currently, the Editor tools are not very responsive because the width and height are set to fixed values. It would be beneficial if they where made more responsive.
Unplanned
Last Updated: 25 Dec 2023 09:16 by ADMIN

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

  1. Open https://codesandbox.io/s/elegant-parm-l7w93g
  2. Right click the image in the editor, you should see the option to open the link.
  3. Select the image
  4. Open the "Insert Image" tool
  5. Change the width or height to another value (e.g. width -> 200px)
  6. Click the insert button within the tool
  7. Right click the image in the editor, you should see the option to open the link is no longer there.

Expected behaviour

The image should retain any hyperlinks that have been added even if it is resized.

Unplanned
Last Updated: 28 Aug 2023 13:40 by Ashiq
Currently changing the bullet color to be the same as the text is not supported.
Unplanned
Last Updated: 08 Aug 2023 16:27 by Patrick
Created by: Patrick
Comments: 0
Category: Editor
Type: Bug Report
0

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

  1. Open this StackBlitz example
  2. Insert a random table using the InsertTable tool
  3. Check the browser's console

Expected behavior
No warnings should appear when using the InsertTable tool

Screenshots
image

Unplanned
Last Updated: 17 Mar 2023 08:11 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
0

Add ability to specify the tag which will be inserted when the Enter key is pressed (e.g., p, br, div, etc.).

Unplanned
Last Updated: 24 Feb 2023 08:18 by Don

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.

Unplanned
Last Updated: 26 Sep 2022 08:39 by Ashiq
Created by: Ashiq
Comments: 0
Category: Editor
Type: Feature Request
2
Currently, the Native Editor doesn't have the v-model binding option available in its definition. Providing such an option will be a nice to have feature in the component. 
Unplanned
Last Updated: 27 Jan 2022 13:45 by ADMIN
Created by: jake
Comments: 0
Category: Editor
Type: Feature Request
0

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.