https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20857 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 75740 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75740&action=edit Bug 20857: Take the filters block into account to position the toolbar This does not work for 2 reasons: - additional_height is always 0, but even when moved inside the onclick block the height is not the correct one. - This mimicks what is done on members/memberentrygen.tt, but the way the block is toggled is different: $('.filteraction').toggle(); vs class="toggle_element" data-element="#filters,.filteraction" Maybe we should adjust that first -- You are receiving this mail because: You are watching all bug changes.