Drag & Drop window bug
Good day,
I have a problem with the Drag & Drop window that appears when you drag a document to a library inside a form.
In my case I have two tabs, for example tab 1 has "lib1" as webpart and tab 2 has "lib2" as webpart.
When you drag a document over the library webpart in one tab, the drag & drop window appears. When you change the tab and drag a document over library webpart the window does not appear.
After looking at the html code I see that the window appears but on tab where I uploaded previous document.
Sometimes the window appears somewhere on the screen but I fixed it by adding custom css for #ms-dnd-dropbox
Thank you
-
Hello Senad Omicevic
I reproduced your issue.
We will fix it in a new release.
After some investigation I prepared a solution to the problem.
Please create Form Load Action with type Execute Script and add the following script:
$('.ui-tabs-nav').children().on('click', function(){ $('#ms-dnd-dropbox').remove();});on a form where you use drag&drop of documents in the tabs.
Best Regards,
Oleg Kachmar0 -
Hello Oleg,
thank you for your fix, I have tried it and it works.
Great!
0
Please sign in to leave a comment.
Comments
2 comments