🇨🇦Canada @FranckyLFS

Montreal
Account created on 25 July 2014, over 10 years ago
  • Senior Web Developer at Alithya 
#

Recent comments

🇨🇦Canada FranckyLFS Montreal

FranckyLFS changed the visibility of the branch 3318432-consider-re-working-css to active.

🇨🇦Canada FranckyLFS Montreal

FranckyLFS changed the visibility of the branch 3318432-consider-re-working-css to hidden.

🇨🇦Canada FranckyLFS Montreal

Same here. The patch from #9 fixed the issue. Thanks!

🇨🇦Canada FranckyLFS Montreal

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.

🇨🇦Canada FranckyLFS Montreal

Thanks! I approve, but I think I can't do it on git.drupalcode.org. Sorry :(

🇨🇦Canada FranckyLFS Montreal

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.

🇨🇦Canada FranckyLFS Montreal

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?

🇨🇦Canada FranckyLFS Montreal

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; }

🇨🇦Canada FranckyLFS Montreal

I confirm that I have the exact same problem with the same context.

🇨🇦Canada FranckyLFS Montreal

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 :(

Production build 0.71.5 2024