https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41608 --- Comment #30 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- (In reply to Laurence Rault from comment #28)
Patch applies
First comments :
1) when the syspref MultiChoiceFacets is not active, the button Apply is still visible
Just solved that one in a new patch.
2) when the syspref is active, the checkboxes are in the page, but not visible, so it is not easy for testing...
input[type=checkbox], input[type=radio] { height: unset; margin: 3px 3p
If I remove height: unset;, they are visible and usable, and filtering seems to be ok.
But I prefer this to be solved before going on with the search tests.
Huum, I cannot reproduce this issue... Once you've started ktd can you try to recompile the CSS? with the command "yarn build"? You may have an older version of the CSS loaded. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.