Hi

I wrote a script that makes objects that are kind of like sticky
notes.  You can move them around the page.  I'm using .draggable() via
the UI core library.

My problem is that these notes often have scroll bars on them.  When a
user clicks the scrollbar to scroll the div, they move the object
instead.  Using the scroll wheel works as it should (scrolling the
div, not moving it).  Is there anything I can do to fix this?

You can see an example here:
http://isebeta.uvic.ca/Library/Texts/AYL/M/Scene/1.1
-click annotations (bottom left)
- click any underlined text
- move / scroll a long note (some notes are short and dont have
scrollbars, some are longer)

Reply via email to