Describe the bug
When trying to drag and drop image file from local folder in Windows Explorer to image area in Generate tab, block sign (reg circle with diagonal line) appears when cover file above image area, nothing happens when drops. Open file dialog by click works as usual.
Dev console don't show any messages during the whole drag-n-drop process.
If I manually replace event listeners for 'dragover' and 'drop' events with "preventDefault()" via dev console, then block sign is disappears.
Similar bug was described in #19 #19 and marked as fixed, but I Guthub don't allow me to reopen it, also my issue looks as different bug (because even no dropped image in the slot shows and block sign presented).
Steps to reproduce
- Open Modly with by launch.bat without admin privileges.
- Open any workflow with "Image" node.
- Open Generation tab and select this workflow.
- Open Windows Explorer.
- Drag image file by mouse (LMB hold) from local folder to image area in Generate tab.
- Drop image in the image area (release LMB).
- Open dev console by Ctrl+Shift+I
- Enter window.addEventListener('dragover', e => e.preventDefault()); in console
- Enter window.addEventListener('drop', e => e.preventDefault()); in console
- Repeat steps 5 and 6, see the difference (no block sign anymore)
Modly version
0.4.2
Operating system
Windows 10 21H2
Screenshots & logs
Confirmation
Describe the bug
When trying to drag and drop image file from local folder in Windows Explorer to image area in Generate tab, block sign (reg circle with diagonal line) appears when cover file above image area, nothing happens when drops. Open file dialog by click works as usual.
Dev console don't show any messages during the whole drag-n-drop process.
If I manually replace event listeners for 'dragover' and 'drop' events with "preventDefault()" via dev console, then block sign is disappears.
Similar bug was described in #19 #19 and marked as fixed, but I Guthub don't allow me to reopen it, also my issue looks as different bug (because even no dropped image in the slot shows and block sign presented).
Steps to reproduce
Modly version
0.4.2
Operating system
Windows 10 21H2
Screenshots & logs
Confirmation