vote up 0 vote down star

I have a problem similar to this one (here):

I am having an undesired effect when I drag a div from a container div which is set as overflow: scroll.

I have found an example of someone else where they have had the issue but I have been unable to find a resolution

Example on Paste bin

What happens is that the scroll is just increased, I can see why this would be the desired behaviour if you wanted to drag to a destination within the scrollable div but I want to be able to take it outside of its scrolling grasp.

Thanks, Phill

Provided solution is for jQuery which I've never used, and if I include it my application breaks down since it is conflicting with prototype and scriptaculous libraries...

Anybody know how to solve this with scriptaculous?

flag

75% accept rate
Have you tried jQuery in no-conflict mode? – Cory Larson May 4 at 2:07
No, I didn't. But even if it works (which I believe it does) I think it would be more trouble for me to try and use both of them, because application it pretty big where prototype and scriptaculous play a big role... If there is no solution for this, I will go and look for some kind of "javascript scroller" rather then "css overflow one" and see where that takes me... – domagoj412 May 4 at 13:38

1 Answer

vote up 0 vote down

I'm actually experiencing the exact same issue. Does anyone have a solution for this?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.