I think there is a little bug with selectable when overflow is set to auto inside div elements.
I have a div element that permits select area. Whenever I scroll down the div by dragging the scroll bar,
the selecting starts also(This happens at least with Chrome). I think it could be fixed by listening scroll listener inside the div element and by deactivating the selectable during scrolling. Selectable component thinks that use is trying to select area by dragging although user is just dragging the scroll bar.
My JQuery ui version is: jQuery UI - v1.8.19 - 2012-04-16
You can reproduce the possible bug here:
I think I could find solution to this bug but It would be nice to get fixed in framework level, so no hacks will be needed.
I found another guy in the web with same problem and I actually tried the same solution than this guy did but it caused another problem to me. Here is the issue:
I would be pretty thankful to get some support!