#4678 closed bug (notabug)
Droppable elements not working correctly in scrollable container
Reported by: | osa_ua | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.droppable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you drag an element inside some scrollable container and during the drag process you scroll container itself (via mousewheel), droppable elements moves up(or down) with the scrollable area.
Bug demonstration provided in the attached test case
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | jquery-ui-1.7.2-droppable-tests.zip added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
How is that a bug? If you expect the droppable element to have a fixed position, you should configure it accordingly (position:fixed + IE workarounds). Please reopen with a better description of the actual issue.