Bug 20857

Summary: "Orders search" filters overlap the toolbar on the basket view
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 20857: Take the filters block into account to position the toolbar

Comment 1 Jonathan Druart 2018-06-01 16:03:24 UTC
Created attachment 75740 [details] [review]
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
Comment 2 Jonathan Druart 2020-07-30 13:24:21 UTC
Cannot recreate, certainly fixed by bug 21751.

*** This bug has been marked as a duplicate of bug 21751 ***