#7082 closed bug (duplicate)
List-item appends to overflowed div's hidden elements.
Reported by: | peterthegreat | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.sortable | Version: | 1.8.10 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Sortable list-item appends to overflowed div's hidden elements. Firefox 3.6 - not tested on any other browser.
The problem I've countered is represented in jsfiddle - http://jsfiddle.net/peterthegreat/B6Fae/
Take one of the top "Youtube"-links and drag them around and you will notice some flickering because the element is struggling between the overflowed divs hidden elements and the parent(origin of the link)-div.
The problem should be resolved by making the dragging item not appendable to hidden parts of lists which is inside an overflowe'd div.
Change History (4)
comment:2 Changed 12 years ago by
Maybe you could link to this ticket(from yours) as well so that the jQuery UI team can relate much easier?
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I believe this is the same as #7065