I kind of having the same problem. To extend this issue: When I attach a class to that field for example in order to show a background-image - let's say a maps icon, then that icon shows up no matter what - as the empty view is empty but the views-field class with the additional class as span is still in the code. Hence the icon is visible, taking up space, and causing frontend problems.
The text is misleading. In the settings it says: "Do not display fields, labels or markup for fields that are empty." - but the actually markup is showing up - Like for example:
<div class="views-field views-field-field-address-country-code"><span class="field-content icon-place"></span></div>
It is not user-friendly this way and kind of counter-intuitive for frontend developers.
I know have to find a way to really hide the entire views-field div.
nchase → created an issue.
The patch in #44 🐛 CKEditor 5 balloons invisible when CKEditor 5 is used inside a modal Needs work works for me in Drupal 10.3.1 with Layout Paragraphs.
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 9 with fuzz 1.
Patch #16 works for me. Now the link pop-up is showing over a modal layout paragraph.
This is still happening in Drupal 10.
the patch #116 worked for me.
I'd like to add that this feature is really important. When using manual payments like a bank transfer, where you provide the bank account details and the reference-number, it is important that all those payment details are within the mail and not just once on the website. I consider it a must-have.
I tested the patch #21 in Drupal 10 and it is working. Thank you!
@iamdroid: thanks. That's it. I jumped to #10 without applying #2.
The patch in #10 doesn't work for me
AH01071: Got error 'PHP message: PHP Fatal error: Declaration of Drupal\\bat_api\\StackMiddleware\\BatApiMiddleware::handle(Symfony\\Component\\HttpFoundation\\Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Symfony\\Component\\HttpFoundation\\Response must be compatible with Symfony\\Component\\HttpKernel\\HttpKernelInterface::handle(Symfony\\Component\\HttpFoundation\\Request $request, $type = self::MASTER_REQUEST, $catch = true) in /web/modules/contrib/bat_api/src/StackMiddleware/BatApiMiddleware.php on line 38', referer: https://lm.facebook.com/
@genebobmiller - thanks that helped - downgrading to 6.7.0
Nchase → created an issue.
Same problem. As soon as js aggregation is turned off the editor appears in the block edit form. If aggregation is on = no editor.
With Replacement Tokens I'm only able to change the output of a field to something else as in content but not as in formatting. I can use a token from a field before to display that instead, but I can't render a field as Barcode with that token.
Can you be more specific on how to override the template? I was looking into the structure and what is actually loaded, like for example when a Datamatrix Barcode is used in views the template is modules/contrib/barcodes/templates/barcode--datamatrix.html.twig. I can use that to override a specific view-view-field-* template of a field that initially wasn't thought of for Barcode, like the UUID or Content ID, which are both available in Views. But I don't see how the usual {{ ouptut -}} can be replaced on that level with {{ barcode }}
The patch at https://www.drupal.org/project/drupal/issues/3328425 🐛 CKEditor 5 balloons invisible when CKEditor 5 is used inside a modal Needs work works.
I wonder why Linkit is not part of core. It is such an essential feature for content creators.
ok, I have to look into howto create patches. The only viable solution is to remove the max-width entirely. Everything else doesn't work.
thanks for looking into this! Highly appreciated!
patch from #63 does nothing in 9.5 when the text field is within a layout_paragraphs.