jcu-eresearch / matrix-helpers

100% Unguessable™. Public bug tracker, pages, designs and helpers that make life in Squiz Matrix easier. The metaphorical red pill.
https://jcu-eresearch.github.io/matrix-helpers/
GNU Affero General Public License v3.0
3 stars 0 forks source link

Admin 'Asset Map' interface cloning ends up in the wrong drop zone #67

Open davidjb opened 7 years ago

davidjb commented 7 years ago

To reproduce:

  1. Drag and drop an asset from anywhere into a list of several items. For the sake of an example, the list has 5 items (1,2,3,4,5) and you drop between 4 and 5.
  2. Follow HIPO herder instructions and rename the new item to '6'
  3. Wait for asset map to update and note the list now reads [1,2,3,6,4,5] -- the asset was asked to be cloned between 4 and 5 but it's ended up being a position too early.

Workaround is to simple move the item after the problem occurs, but it's annoying.

Tested on Matrix 5.4.0.3.

davidjb commented 7 years ago

Reported at https://squizmap.squiz.net/matrix/10583

davidjb commented 7 years ago

Implemented, released and awaiting install