FranckyLFS → changed the visibility of the branch 3318432-consider-re-working-css to active.
FranckyLFS → changed the visibility of the branch 3318432-consider-re-working-css to hidden.
Same here. The patch from #9 fixed the issue. Thanks!
I confirm that it works well with the patch from comment #2. Thanks!
Otherwise, the menu does not close when you click on the button, the white background is not displayed when opening and the menu does not scroll automatically when you open a submenu.
Thanks! I approve, but I think I can't do it on git.drupalcode.org. Sorry :(
FranckyLFS → created an issue.
FranckyLFS → created an issue.
FranckyLFS → created an issue.
Like #4, I don't know why and I can't explain it, but on some image positions it doesn't work for me either.
I'm using CKEditor 5, Linkit 6.0 and Editor Advanced Link 2.2.4 on Drupal 9.5.11.
Hi @rigoucr, I got this error when I updated a focal point.
Looking at the image styles, I saw that one of them didn't use any image optimization pipeline. Logically, this shouldn't be a problem since it's optional as explained in the description under the field: "Optionally select an Image Optimization pipeline which will be applied after all effects in this image style".
So looking at the code I saw that it could be fixed quickly just by adding a validation to check if $pipeline is empty or not just before this line:
$processors = $pipeline->getProcessors();
What do you think?
Here's a new functional patch.
Here's my fix based on option A) of @jwilson3 but simplified. From my point of view, only first level elements should be hidden. It's easier then to target items to display. Applied CSS looks like this :
form.antibot > * { display: none !important; } form.antibot noscript { display: block !important; }
FranckyLFS → created an issue.
I confirm that I have the exact same problem with the same context.
Good point. I admit that my solution was too specific. If someone else is willing to do it, go for it. Otherwise, I probably won't have time to edit it for a while. Sorry :(
FranckyLFS → created an issue.