Expanded item with children cannot be moved under item below

Steps to reproduce

Create item (1) with child (1.1) Create an item underneath this parent item (2) (same level as (1)). Attempt to drag (1) underneath (2) using the Drag item under an empty or collapsed item feature.

Hierarchy is as follows:

  • 1
    • 1.1
  • 2

Expected result

After performing the action it should look like this:

  • 2
    • 1
      • 1.1

Actual result

The “grey bar” doesn’t appear under (2) when you attempt to drag the item under it. Collapsing (1) or trying to place the item underneath a different item (e.g. a sibling other than (2), such as a different one above or below) works fine.

Note that if (2) is the last item at the level it isn’t even possible to drag (1) below it (not just underneath it). However if you add another item (say (3)) that’s a sibling below (2) then you can now drag (1) below (2) however you still cannot drag it underneath it. The screen recording below shows this.

Screen recording of the bug: https://streamable.com/oplq0

Environment

Can repro on Desktop (Windows + Chrome) and Android.

Can repro as well, will fix soon.

1 Like

I think these two bugs are actually the same: Cannot drag item to "middle" indentation level if it has children

Yup, we have a fix for it already which should be going out soon.

1 Like

Can confirm this is now fixed.

Thank you!