Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2023 at 16:46 UTC
Updated:
1 Nov 2023 at 09:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
joaopauloc.dev commentedComment #4
joaopauloc.dev commentedRetesting because local tests passed including the specific test that failed as the image attached
Comment #5
joaopauloc.dev commentedComment #6
cilefen commentedI am removing initiative tags normally managed by teams.
Comment #7
smustgrave commentedCan confirm this issue only on 11.x branch.
The MR does resolve the issue and with such a small change not sure if a test case is needed? Could be wrong lets see.
Comment #8
lauriiiAdded comment to the MR
Comment #9
joaopauloc.dev commentedI'll check, but I think it is not. It is the row drag object being passed. Because on line 137 in function updateLastPlaced the rowObject is converted to jQuery object like const $rowObject = $(rowObject);
Comment #10
joaopauloc.dev commentedFix cr issues and added unit tests for drag and drop on block layout page.
Comment #11
smustgrave commentedVerified that the console error is still resolved and drag n drop still works
Comment #12
joseph.olstad#3291587: Regression fix for (if feasible) uses of the jQuery trim function to use vanillaJS
Comment #13
joseph.olstadComment #14
lauriiiNice work! Posted few comments regarding docs that still need to be updated.
Comment #15
joaopauloc.dev commentedComment #16
smustgrave commentedFollowed the steps again in the IS and issue is still resovled.
Comment #20
nod_Committed 905415d and pushed to 11.x. Thanks!