- Issue created by @justin2pin
- πΊπΈUnited States alison
Hi! If I wanted to test this, should I try MR 46, or, which MR? Thanks!
- πΊπΈUnited States alison
(sorry for the extra comment) And, is issue #3362776 a requirement / prerequisite for the fix(es) on this issue (#3426739)?
π Inline text editor not working RTBC -
justin2pin β
committed 11a6fd7d on 2.1.x
Issue #3426739: Support inline editing with CKEditor5
-
justin2pin β
committed 11a6fd7d on 2.1.x
- Status changed to Fixed
7 months ago 6:08pm 20 June 2024 - πΊπΈUnited States justin2pin
Support for inline editing is being deprecated from Mercury Editor and is moving to a separate module -- stay tuned for more information on that release. MR46 adds interface refinements that minimize component controls so that inline editing is more accessible once turned on. Marking as fixed, will update this issue once the new contrib module is available.
Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States khaldoon_masud
The change in this is creating nested contextual links and hiding up,down, edit, duplicate and delete buttons.
see https://www.drupal.org/files/issues/2024-12-12/mercury-contextual-links.png βline 132 in web/modules/contrib/mercury_editor/mercury_editor.module
$variables['controls']['label']['#suffix'] = '';
$variables['controls']['delete_link']['#suffix'] = '';Removing above lines fix the issue.
You can see the HTML structure in https://www.drupal.org/files/issues/2024-12-12/nested-reveal-on-hover.png β