added a hacky fix to the jumping 'shift image up to new ribbon problem'...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-10-14 23:28:36 +04:00
parent dbe0a4d372
commit bebc56cbfd

View File

@ -2254,7 +2254,9 @@ ImageGrid.GROUP('Ribbon manipulations',
var res = $('<div class="ribbon"></div>')[insert]('.current.ribbon')
// restore the animated state...
$('.field').removeClass('unanimated')
// XXX this is a hack...
setTimeout(function(){$('.field').removeClass('unanimated')}, 10)
//$('.field').removeClass('unanimated')
return res
}),