[Koha-bugs] [Bug 23099] OPAC Search result sorting "go" button flashes on page load

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 11 20:49:29 CEST 2019


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 90516
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90516&action=edit
Bug 23099: OPAC Search result sorting "go" button flashes on page load

There are a few places in the OPAC where we hide the submit button on a
sorting form because the form auto-submits when the selection changes.
These should be hidden using CSS instead of JS to prevent the temporary
appearance of the submit button while the page loads.

To test, apply the patch and rebuild the OPAC CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

Test OPAC search results and OPAC checkout history. On both pages you
should not see a "Go" button next to the <select> input for changing the
sort order.

Disable JavaScript in your browser and test those pages again. The "Go"
button should appear.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list