There’s another weird bug where behaviors sort by name. In one case someone was using a custom behavior and the behavior’s name was making it sort before or after the drag behavior. In this case, the behavior caused it to be sorted in the behavior list differently.
The position of the behavior was causing the draggable behaviors actions to work like post events instead of pre-events or vice versa. It was weird.