Thanks Eric, at least it's not just me!

I'm not entirely sure where to begin to try and find the problem
though. Any ideas?

On Jan 8, 12:42 am, Eric <eylin2...@gmail.com> wrote:
> I have experienced some glitches with dragging as well, including the
> one you are describing.  I think it is just that, a glitch.  You are
> not doing anything wrong.  What I suggest you to do is to look into
> the code and see where the glitch is taking place, at least that's
> what I intend to eventually do with the problem I am experiencing.
>
> Eric
>
> On Jan 7, 6:28 am, Wyerarch <wyera...@gmail.com> wrote:
>
>
>
> > Hi All,
>
> > I wondered whether anyone had experienced anything similar to this?
>
> > When I am dragging an item, sometimes the draggable sticks to the
> > mouse, and you have to click again to let it go, whereas other times,
> > it drags fine, and is released when you let go of the mouse button.
>
> > I am registering the draggables as follows:
>
> > var inset = document.getElementsByClassName('formObject');
> >                                             for (var i = 0; i <
> > inset.length; i++) {
> >                                                 new Draggable(inset
> > [i].id, {ghosting:false, revert:false})
> >                                             }
>
> > It does seem more prominent on items that are larger in size (in px's)
> > than it does with small items.
>
> > I know this sounds rather vague, but I can't attribute anything else
> > to causing it. Has anyone experienced similar? This occurs in IE, and
> > in Firefox.
>
> > Thanks in advance,
>
> > James.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to