[Koha-bugs] [Bug 20857] "Orders search" filters overlap the toolbar on the basket view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 1 18:03:24 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20857

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list