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
Expected outcome :-----
user should be able to click on that div and move it into another div. Anytime user dragged div is on top of another div, the underlying div should change its background color. When the drag stops, if user div is within the boundary of any of the 5 divs, it should be moved inside the category div.
Steps to produce:-----
a. create div
b. change position of div
c. Made the Div drag able using mouse move and mouse down
d.create 5 new div in html
e.when I dragged div is on top of another div then change its background color but when stop drag then drag div take a fix position
Actual outcome: I want to set the position of drag Div when drag Div overlap category Div
The text was updated successfully, but these errors were encountered:
Expected outcome :-----
user should be able to click on that div and move it into another div. Anytime user dragged div is on top of another div, the underlying div should change its background color. When the drag stops, if user div is within the boundary of any of the 5 divs, it should be moved inside the category div.
Steps to produce:-----
a. create div
b. change position of div
c. Made the Div drag able using mouse move and mouse down
d.create 5 new div in html
e.when I dragged div is on top of another div then change its background color but when stop drag then drag div take a fix position
Actual outcome: I want to set the position of drag Div when drag Div overlap category Div
The text was updated successfully, but these errors were encountered: