Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#2305 closed bug (fixed)

svn draggable: containment fails if grid set

Reported by: tm Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core Version: 1.2.2
Keywords: svn draggable containment grid Cc:
Blocked by: Blocking:

Description

The following code illustrates the bug:

<div style="position:absolute;top:50px;left:100px;width:210px;height:210px;background:#aaa">
<div id="test" style="position:absolute;left:0px;top:0px;width:40px;height:40px;background:#eee"></div>
</div>
<script type="text/javascript">
	$('#test').draggable({containment:'parent', grid:[40,40]});
</script>

Note that placing grid plugin(in draggable.ext.js) before containment plugin is not correct solution, because then grid can be lost.

Change History (4)

comment:1 Changed 16 years ago by paul

need: ReviewCommit
Status: newassigned

This can only be solved by implementing a kind of priority stack. I will see what I can do, but it'll take some time.

comment:2 Changed 16 years ago by paul

Resolution: fixed
Status: assignedclosed

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.3

Milestone 1.2.3 deleted

comment:4 Changed 15 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.