Steps to reproduce

  1. create node with paragraph which contains multiple (limited by 5 for ex) entity reference field with following settings
  2. settings

    or

    settings

Current result

  • There are 3 crosses for each field
  • Main cross is vertically centered with fields (this issue is reproduced for any paragraph)

issue

Expected result

  • Should be 1 cross for each field
  • The main cross should be placed on the top left, as on default theme.

expected result

Comments

KondratievaS created an issue. See original summary.

KondratievaS’s picture

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

andypost’s picture

the related was closed but second problem from IS remains #3092181: Nested Paragraphs create multiple drag handles

andypost’s picture

Project: Drupal core » Paragraphs
Version: 9.4.x-dev » 8.x-1.x-dev
Component: Claro theme » Code

Moving to source of issue, probably it needs to fix css\paragraphs.widget.scss

saschaeggi’s picture

Maybe it's worth looking at how we solved this issue over at Gin: #3204862: Backport tabledrag.js for Drupal 8.8+

Legmo’s picture

Fixed vertical positioning of cross - now it is at the top, not in the middle.

I draw your attention - in the previous patch, this positioning was changed for some reason (it was top - it became middle).
Why - I don't know.

Legmo’s picture

Fixed vertical positioning of cross - now it is at the top, not in the middle.

I draw your attention - in the previous patch, this positioning was changed for some reason (it was top - it became middle).
Why - I don't know.

Legmo’s picture

StatusFileSize
new630 bytes
Legmo’s picture

Status: Active » Needs review
Legmo’s picture

StatusFileSize
new104.01 KB
kristen pol’s picture

Issue tags: +Needs manual testing

Change itself is simple but this needs manual testing from someone other than the patch creator so tagging.

joshua1234511’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Needs manual testing
StatusFileSize
new11.22 KB

Patch handles the issue noted in the issue summary and nothing else.
Patch applied cleanly #12
Test passes
I have conducted manual test and it works as expected.
After Patch

flyke’s picture

Patch does not apply to Drupal 11.3.2

grask0’s picture

StatusFileSize
new735 bytes

Hello, here is the updated patch.