UIDragDetectors sink scrolling inputs

I decided to start using UIDragDetectors for my game, but I have found that you cannot scroll a ScrollingFrame at the same time as you drag an item. This is a big issue in my game, as moving items from the top of a ScrollingFrame to the bottom is common and needed. I can choose to swap to custom drag handling once again, but this seems like it’s something that could be fixed by Roblox.

Expected behavior

I expect to be able to drag items and scroll down in the grid at the same time.

2 Likes

Just bumping this, as this is quite an annoying limitation, and there is nothing that can seemingly be done about it other than ditching the drag detectors and doing something custom.