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: 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