https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40896
--- Comment #14 from Paul Derscheid <[email protected]> --- Great find from blawlor on that last patch, thanks. The issue was that button elements could be double-toggled when bfcache was involved, the submit handler sets a setTimeout to re-enable the button, and when the page is restored from bfcache both the pageshow handler and the resumed timeout fire, flipping the state twice and leaving the button stuck as disabled. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
