Fixed
Project:
Paragraphs
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2026 at 14:18 UTC
Updated:
6 Jul 2026 at 21:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottI can confirm this is a problem on 11.4.x and that #3514748: Remove legacy browser support from js.module.css is the cause of the regression. @styx1983 great find.
Comment #4
alexpottThe MR I've just pushed up fixes things for me.
Comment #5
alexpottHopefully #3514748: Remove legacy browser support from js.module.css will be reverted from 11.x but the change is still going to through on main aka 12.x so we need to apply the MR here. Fortunately the MR is BC compatible and semantically correct :)
Comment #6
alexpottNote that we have test coverage that is broken on 11.4.x by the core change - see \Drupal\Tests\paragraphs\FunctionalJavascript\ParagraphsAddWidgetTest::testAddWidgetButton() so I think this work is complete.
Comment #7
chr.fritschThis looks good to me
Comment #8
styx1983 commentedThank you for the quick response @alexpott.
Unfortunately I have to disagree. The change fixes the modal, but the content of the modal is additionally shown in the background.
Then, when I close the modal using the (X), the content of the modal still is shown.
I'll attach a screenshot of what I meant. Sorry for the German language in it.
Comment #9
styx1983 commentedI'll change it back to "Needs work" for now and will try to tinker with it a little tomorrow.
Comment #10
alexpott@styx1983 I thought I looked for that - great spot. Thinking how to fix.
Comment #11
alexpottTurned out to be really simple to fix ... just need to move the code to after the clone and everything is great.
Comment #12
styx1983 commentedNice, seems to work fine.
Comment #15
berdirMerged, thanks.