Drag drop jquery ui dialog box/ html / css

Asked

Viewed 37 times

-1

People in one application would like to basically drag a div that is inside the dialog box and put it in another one. When trying to do with my code the div tends to disappear when I start to arastar out. Follow link to check. see the code

  • The problem there, which at least I understood in the documentation is that this dialog creates a div of its own with its own z-index and does not allow dragging anything out of this space that he creates, so that in the examples there in the documentation the content of these dialogs are only text, ie static elements.

  • In case you want to take div "Select Images" and put in blue div?

  • No. I want to remove the div with the class="Tabimg" from the dialog created.

1 answer

0

I discovered the problem. When testing in other modal window div, just put the overflow = false in the modal div css property. It has nothing to do with z-index. Thank you for all your help in solving the problem.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.