Open ivan-mogilko opened 4 months ago
On a side note, I noticed that folder names are not required to be unique on a given level
I think they should be unique and should probably be case insensitive too.
If there are 2+ folders in the project tree, which have names different only by letter case
Does this only happens if they are at the same level?
I remember in current master I modified a bit the drag and drop code for the below/bottom of folder drag.
Describe the bug If there are 2+ folders in the project tree, which have names different only by letter case (e.g. "Test" and "test"), the Editor gets confused when dragging and dropping an item into one of them: the item will be dropped into the first folder of such name instead of a chosen one.
AGS Version 3.6.1 and eariler (seems like an old bug).
To Reproduce
Expected behavior Dragged and dropped items should end up where user have dropped them.
On a side note, I noticed that folder names are not required to be unique on a given level. Perhaps that may be considered another issue.