#586·GSAP

Draggable doesn't allow text fields to be blurred

Author: ccocksCreated Jul 31, 2024Updated Oct 13, 2025

Draggable doesn't allow text fields to be focused: https://codepen.io/BlazgoCompany/pen/oNrBJOm To focus the textbox, you have to click the textbox multiple times. To unfocus, you have to either:

  1. Click the draggable container multiple times, or,
  2. Click outside the draggable container once.

There is a text cursor on hover, and minimumMovement is 100 so there is no problem with that either.