From dbb9558b454799be2ad17acbddaea90467eb707c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 28 May 2014 15:22:57 +0000 Subject: [PATCH] #862: Popup menu misplaced when the window scrolls (e.g. when displaying large lists of results) SVN:trunk[3176] --- js/jquery.popupmenu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/jquery.popupmenu.js b/js/jquery.popupmenu.js index 82aacb05e..2eb7514bf 100644 --- a/js/jquery.popupmenu.js +++ b/js/jquery.popupmenu.js @@ -47,6 +47,7 @@ jQuery.fn.popupmenu = function () } }); } + popupmenu.css('top', ''); // let the "position: absolute;" do its job, for better support of scrolling... popupmenu.css('display', 'block'); } else