Search and Top Navigation
#8553 closed bug (duplicate)
Opened September 06, 2012 06:54AM UTC
Closed March 23, 2013 02:10AM UTC
Sortable: containment vs overflow: auto
Reported by: | fz22 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.23 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The containment DOM element's bottom edge is ignored when the container has overflow: auto set. (only in IE8/9)
Moreover: without setting scroll: false, the whole document height is increased after every mouse move outside the container and/or browser window. (IE8/9 and FF)
See my sample page below:
resize your browser's height to let UL extend over it.
tested with FF 10.0.2/ie8/ie9