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
First, thank you for developing this great library. Unfortunately, I have found something weird which looks like a bug to me:
The move/resize icons are only shown for DIV, LABEL or IMG tags but not for BUTTONs/INPUT elements. The drag&drop and resize actions are working for all elements anyway.
Steps to reproduce
Reproducibility: Always
Take any example from http://interactjs.io/ e.g., the resizing example.
In the HTML body replace
<divclass="resize-container"><divclass="resize-drag">
Resize from any edge or corner
</div></div>
with
<divclass="resize-container"><buttonclass="resize-drag">
Resize from any edge or corner
</button></div>
Expected behavior
Actual behavior
System configuration
interact.js version: 1.3.3 Browser name and version: Google Chrome 64.0.3282.186, MS IE 11, Mozilla Firefox 58.0.2 Operating System: MS Windows 7 (64-bit)
The text was updated successfully, but these errors were encountered:
First, thank you for developing this great library. Unfortunately, I have found something weird which looks like a bug to me:
The move/resize icons are only shown for DIV, LABEL or IMG tags but not for BUTTONs/INPUT elements. The drag&drop and resize actions are working for all elements anyway.
Steps to reproduce
Reproducibility: Always
Take any example from http://interactjs.io/ e.g., the resizing example.
In the HTML body replace
with
Expected behavior
Actual behavior
System configuration
interact.js version: 1.3.3
Browser name and version: Google Chrome 64.0.3282.186, MS IE 11, Mozilla Firefox 58.0.2
Operating System: MS Windows 7 (64-bit)
The text was updated successfully, but these errors were encountered: