Still the case? draggable: cursorAt not working with containment option

Still the case? draggable: cursorAt not working with containment option

Hello:

I am just starting my jQuery learning curve and find that cursorAt does not seem to work with the
containment option.

I am wondering if it is still a limitation ("design feature") as described in an earlier discussion from jquery-ui@googlegroups.com (reprinted below) or is it likelier the case that I am not coding properly?

Please advise, thank you.

- Alan

____________________________________________________________________

[On Oct 19, 10:44 am, "Paul Bakaus" <paul...@googlemail.com> wrote:]

Hi,

cursorAt not working with the containment option is not a bug, but a design
decision. From a usability point of view, the helper will be something like
a mousetrail or a visual helper only if you use cursorAt - for the user, it
doesn't actually look as if you would drag the current element (only if you
don't use cursorAt, because then, the user can 'pick' the element where he
wants).






If you still want to have them both work, you can open
ui.draggable.ext.jsand look for containment, then remove the
cursorAtIgnore check.



Paul

On 10/19/07, val.car...@gmail.com <val.car...@gmail.com> wrote:

- Hide quoted text -

> the problem is that cursorAt does not seem to work with the
> containment option,
> i'll play around with the code a bit more ...

_____________________________________________________________________