- Issue created by @Mirakolous
- πΊπΈUnited States keiserjb
I don't know if this is related but I get a lot of javascript errors in my console when editing content.
- πͺπΈSpain Carlitus
I have the same problem. A temporary solution is disable the mercury inline editor module.
- πΊπΈUnited States jrockowitz Brooklyn, NY
The issue is most likely in Drupal 10.x, jQuery once support has been removed.
@see https://www.drupal.org/node/3158256 βSince this module is still in alpha, it might be worth considering only supporting the latest version of Drupal 10.1.x. Once you move into beta, you can support older versions. I guess this decision depends on whether your clients can upgrade to Drupal 10.1.x
- πΊπΈUnited States jrockowitz Brooklyn, NY
Wow, I am very impressed by node.js setup/build, simply because it works as expected.
Attached is a patch that converts the last remaining
$.once('SELECTOR')
call to $(once('SELECTOR')) in the mercury_editor_inline_editor.module. - Status changed to Needs review
about 1 year ago 11:20am 7 October 2023 - First commit to issue fork.
- @justin2pin opened merge request.
- Status changed to RTBC
about 1 year ago 2:22pm 17 November 2023 - πΊπΈUnited States kurttrowbridge
I set up Mercury Editor and the Inline Editor submodule on a test site and confirmed I initially could not edit a text Paragraph inline. Then I patched it with MR #17, and confirmed that inline editing was possible again. Thanks!
- πͺπΈSpain Carlitus
This may be a silly question, but how should this work?
When I'm viewing a node built with Mercury editor I don't see any way to edit the text paragraphs.
Does it have to be configured somehow?
- πΊπΈUnited States keiserjb
I think some of the confusion may be that the inline editor is still not working with ckeditor5.
- πͺπΈSpain Carlitus
Ahh, yes, I use ckeditor 5, that's it then.
Thanks @keiserjb!
- πΊπΈUnited States jesss
This appears to be resolved in Mercury Editor 2.1.1. Can someone else confirm?