Search and Top Navigation
#8256 closed bug (duplicate)
Opened April 16, 2012 03:16PM UTC
Closed April 19, 2012 01:10AM UTC
Draggable with scrollbar inside the element follows the mouse pointer if clicked on the scrollbar.
Reported by: | kolyant | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.draggable | Version: | 1.8.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I created a "draggable" pop-up window of a fixed size and with css setting overflow-y:auto for the contents of that draggable item, that way the pop-up doesn't overgrow the height of the screen, and also could be moved around the screen. When I click on the scrollbar, the pop-up starts to follow the mouse pointer and there is no way to stop it. It happens almost in every browser.
jQuery version: 1.7.2
This is a duplicate of #7935.