- Issue created by @tostinni
- Status changed to Needs review
about 1 year ago 6:50pm 3 December 2023 - Open on Drupal.org →Core: 9.5.5 + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass - 🇫🇷France tostinni
Here is a patch to cast this number as a string so the width is correctly calculated.
It also add a default value of 0 only in the render of CKEditor when we used to havefn
.Although I prefer the old
fn
I kept the decision to render 0 instead. - Status changed to Needs work
12 months ago 4:00pm 5 January 2024 - 🇬🇧United Kingdom scott_euser
Thanks for your work on this. The original JS should be modified instead of the compiled JS (ie, using the package.json watch/build scripts). Thanks!
- Merge request !44Issue #3248765 by smulvih2: Allow footnote reference links to be aware of... → (Open) created by tostinni
- Status changed to Needs review
7 months ago 12:15am 26 May 2024 - 🇫🇷France tostinni
Hi @scott_euser, sorry for the late reply, I let this slipped a little too long.
Regarding your comment about not touching the compiled filed, I had done it this way as onlyassets/js/ckeditor/plugin.js
was modified and also this was for CK 4 which, imho, doesn't come with compiled JS.I created a MR if it's easier for you to review.
Thank you