mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Draggable: Test fix regarding static scrolling
No longer checking scroll positions of static scrolls since the fixture is in an absolute container. Closes gh-1145
This commit is contained in:
parent
f4839f73a7
commit
38c6cf1382
@ -678,7 +678,8 @@ test( "helper, default, switching after initialization", function() {
|
||||
},
|
||||
positions = [ "absolute", "fixed", "relative", "static" ],
|
||||
helpers = [ "original", "clone" ],
|
||||
scrollPositions = [ "relative", "static", "absolute", "fixed" ];
|
||||
// static is not an option here since the fixture is in an absolute container
|
||||
scrollPositions = [ "relative", "absolute", "fixed" ];
|
||||
|
||||
for ( m = 0 ; m < helpers.length; m++ ) {
|
||||
for ( l = 0; l < positions.length; l++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user