Summary: | "Orders search" filters overlap the toolbar on the basket view | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Templates | Assignee: | 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: | ||
Circulation function: | |||
Attachments: | Bug 20857: Take the filters block into account to position the toolbar |
Description
Jonathan Druart
2018-06-01 15:59:37 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 |