yovince β created an issue.
thanks @mfb for your comments.
I committed a MR that seems to have fixed my issue. I also added a patch to prevent problems if the pull request is closed or updated.
yovince β changed the visibility of the branch 3445910-issue-with-html-non-breaking-space to hidden.
hi~
I just rerolled the patch for our requirement.
#7 works for me.
I am experiencing the same issue.
hi @xjm,
Thank you for your reply. I have created a merge request against the 11.x branch
hey @cilefen
You should make a pull request instead.
thanks, I have created a PR.
hey @mfb, thank you for your reply! The issue is not just with URLs not being correctly filtered, but also with certain situations not being appropriately filtered. Please take a look at Image 3 and Image 4.
I have changed the title of this ticket.
Ah, it can be applied to the 10.2.x
branch, which is the development branch, right? I think the issue is that when I uploaded the patch file on this page, the Test with options didn't include 10.2.x
. So, the test program tried to apply it to 10.1.x
, which caused it to fail?
Thanks, It should look better now
hey @cliefen
thanks for your response.
We upgraded from Drupal 10.1.7 to 10.2.5. The issue can be found at: https://www.drupal.org/project/drupal/issues/2441811 π Upgrade filter system to HTML5 Fixed . The commit associated with this issue is `201ae2e35438b7d8f7c831ba8ac33bfc035bbb0a`. and the merge request: https://git.drupalcode.org/project/drupal/-/merge_requests/4274/diffs
yovince β created an issue.
closed this ticket as it's just because of the configuration issue.
thanks @mortim07, for your reply. I understand that, I think I should rename this plugin.
yovince β created an issue.
yovince β created an issue.
Thank you @bnjmnm and @odensc for your contributions. After applying the two patches you suggested, everything is working perfectly. For my convenience, I've combined both patches into one.
We are experiencing the same problem where enabling modules consumes all of our memory.
The patch prevents generating CSS and JS aggregation in Drupal 10.1.x. fixed by excluding the CSS and JS asset routes from the list.
Thanks! @dbielke1986
just implemented a GET for AJAX requests for site alerts.
yovince β made their first commit to this issueβs fork.
Morning everyone. Do you have any suggestions on preventing adding a template from taking you away from the field you're editing?
https://www.drupal.org/files/issues/2023-09-01/CleanShot%202023-09-01%20... β
thanks @@joaopauloc.dev,
We are decoupled system, so your patch helped us! However, it still displays the incorrect style for the Drupal view and edit view.
yes, having some issues.
I have to set #multiple set to false, otherwise, I will get the error below
Exception: Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed in serialize() (line 157 of /app/docroot/core/lib/Drupal/Core/Batch/BatchStorage.php).
yovince β made their first commit to this issueβs fork.
Thanks, @Ranjit1032002 for the patch. The code looks good to me, and it fixed our issue.
This quick and simple patch is just for my user cases.
Hey @gordon, the patch is fantastic. Thanks for your hard work.
There is an issue with the insert button.
If I create a `blockquote` element, the cursor can't move to the following line, in fact, my mouse cursor will be stuck inside the `blockquote` element.
Thanks for the patch!
But I am getting
Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' svc.webspellchecker.net cdn.jsdelivr.net".
at ./js/ckeditor5_plugins/drupalentity/src/index.js (<anonymous>:1:14050)
error, and the CKEDITOR5 can't be rendered.
The fix for me is `cd` to the `entity_embed` module , run `npm run build` to regenerate the index.js
hey @alphex,
please check a couple of things below,
1. have you put `Embed media`filter directly after `Align images` and `Caption images` ?
2. have you enabled `Display embedded entities` filter and put it after `Embed media` filter
3. uncheck `Limit allowed HTML tags and correct faulty HTML` if you are not sure which HTML tags need to allow.