Bug 20857 - "Orders search" filters overlap the toolbar on the basket view
Summary: "Orders search" filters overlap the toolbar on the basket view
Status: RESOLVED DUPLICATE of bug 21751
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-01 15:59 UTC by Jonathan Druart
Modified: 2020-07-30 13:24 UTC (History)
0 users

See Also:
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 (3.59 KB, patch)
2018-06-01 16:03 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ***