Skip to main content

Search and Top Navigation

#6660 closed bug (worksforme)

Opened November 17, 2010 12:38AM UTC

Closed November 08, 2012 09:19PM UTC

Last modified November 08, 2012 09:19PM UTC

Connected lists ignore hidden overflow

Reported by: shaun Owned by: shaun
Priority: minor Milestone: 2.0.0
Component: ui.sortable Version: 1.8.6
Keywords: Cc:
Blocked by: Blocking:
Description

Whether a list overflow is hidden or scrolled, this non-visible portion of a list is ignored when sorting. See this bug example of two lists colliding when they shouldn't be:

http://f0c.us/testcase/testcase.html

Attachments (0)
Change History (9)

Changed October 11, 2012 09:08PM UTC by scottgonzalez comment:1

milestone: TBD2.0.0

Changed November 08, 2012 02:40AM UTC by mikesherov comment:2

owner: → blank
status: newpending

Thanks for taking the time to contribute to the jQuery UI project! Your test case seems to be working as expected in Chrome. I'd need more information and a better reduced test case in order to evaluate this bug. Can you provide more info? Thanks!

Changed November 08, 2012 06:46PM UTC by shaun comment:3

While the top list is scrolled to the top (the default state), try dragging an item on the bottom list. You will see that, while dragging, the item will jump back and forth between being sorted on the bottom list and the overflown, hidden portion of the top list.

Just to note, I am the original creator of this ticket, but I no longer have access to the username blank.

Changed November 08, 2012 07:04PM UTC by mikesherov comment:4

reporter: blankshaun

Shaun, thanks for replying. What browsers are you seeing this behavior in? I tested in chrome and am not experiencing that behavior. However, maybe I'm misunderstanding, so it's helpful to know which browsers this effects. Thanks!

Changed November 08, 2012 08:37PM UTC by shaun comment:5

status: pendingnew

I made a screen recording, you can see the bug demonstrated here: http://www.youtube.com/watch?v=DOW7Vh-F3pc

This is reproducible on webkit browsers and Firefox under OS X, although I originally reported this bug while experiencing it under Firefox and Chrome in Windows.

Changed November 08, 2012 08:49PM UTC by mikesherov comment:6

owner: blankshaun
status: newpending

shaun, are you using a different demo? This is what I see: http://gyazo.com/a5aa2f4483e28e63365165badc00b4bc which looks completely different from your demo...

and your demo is not experiencing the same behavior for me in Chrome, but it is in Firefox: http://f0c.us/testcase/testcase.html

However, once I use latest jquery UI and jquery core, the problem goes away: http://jsfiddle.net/J4nXx/embedded/result/

Please confirm, and I'll close this bug. Thanks!

Changed November 08, 2012 09:18PM UTC by shaun comment:7

status: pendingnew

Sorry, I colored the list items for clarity. I was using the f0c.us test case.

That fiddle works properly for me! I consider it fixed.

Changed November 08, 2012 09:19PM UTC by mikesherov comment:8

resolution: → worksforme
status: newclosed

Changed November 08, 2012 09:19PM UTC by mikesherov comment:9

Thanks for responding all this time later Shaun!