Closed (fixed)
Project:
Gradient
Version:
0.0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2025 at 15:29 UTC
Updated:
5 May 2025 at 15:59 UTC
Jump to comment: Most recent
When using the remove button, the deletion of a stop does not resize the array and the slot that the stop was in gets set to empty. This causes issues because you cannot tell how many stops are on the screen when using length. After removing a spot, the empty spaces in the array make it difficult to grab another spot to focus.
We need to fix the deletion of a spot so that it does not leave empty spaces behind. This causes the indexes to become out of sync with the IDs on the stop so we had to switch from using indexes to only using IDs.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
lillian bozeman commentedComment #4
lillian bozeman commentedComment #6
tim bozeman commentedThank you very much!!!
Comment #7
tim bozeman commented