Search and Top Navigation
#14969 new bug ()
Opened May 17, 2016 04:29PM UTC
Last modified May 17, 2016 04:29PM UTC
Scrolling doesn't work
Reported by: | monsterlane | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you create an scrolling container and put a sortable in it, then make the window fullscreen on a Mac by clicking the green dot in the window bar, you cannot scroll down by dragging an item near the bottom edge. You can scroll up but not down.
This line returns very different values when the window is in fullscreen or not:
( this.overflowOffset.top + this.scrollParent[ 0 ].offsetHeight ) - event.pageY < o.scrollSensitivity
Offsets seem to be the culprit.