You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Textarea element doesn't work correctly inside draggable element. Normally we have to hold left click on the textarea to change the size, but in the firefox it works on hover (but firstly we have to click at least once on the input). I have checked it in chrome and edge and its' working fine there. Outside draggable elements the textarea in the firefox is working fine
The problem is also present on every element which has the resize property.
Another problem related to this: after resizing, even in a browser where the resize works, when you drag the element the given offset is wrong.
Describe the bug
Sandbox or Video
Information:
Checklist:
touch-action: none
to the draggable element.The text was updated successfully, but these errors were encountered: