There is a bug in drag & drop import, feature I added:
-- css fix which I think should be there: drag & drop a sql file which should cause the import to fail. -> click on failed, anchor to view the failure dialog.
Now this dialog can be dragged & moved anywhere in UI, however the cursor for the scrollbar in that dialog is also of move type, however it should be a pointer,
PS: dont mind the language :D
https://github.com/phpmyadmin/phpmyadmin/pull/1300 fixes the 2nd part, however I can't find a way for part - 1
NEED HELP
Hi Minhaz,
not sure if you can detect the file extension before the drop handler, but in the drop handler, the file name is available under event.originalEvent.dataTransfer.files.
Chirayu fixed part 1, it has been merged into the same pull request!
So the pull request is ready to be merged?
wait, I'll do one more thing D-Storm suggested, 5minutes would do :)