From bebc56cbfd680a1ebaa77cb09f319eda2d05ecac Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 14 Oct 2012 23:28:36 +0400 Subject: [PATCH] added a hacky fix to the jumping 'shift image up to new ribbon problem'... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 5b82e204..5a6d9021 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -2254,7 +2254,9 @@ ImageGrid.GROUP('Ribbon manipulations', var res = $('
')[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 }),