https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32820
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Julian Maurice <[email protected]> --- (In reply to David Nind from comment #2) > This works, but similar to bug 32814 when I click on the three dots it jumps > to the top of the screen. Thank you for the feedback. This issue concerns a lot of these "framework plugins" patches. The current framework plugin manager do things differently depending on the name of the first parameter: it adds "return false" at the end, which prevents the jump to the top of the page, but only when the first parameter is not "e", "ev" or "event". This won't be an issue after bug 30975 is pushed but for now we need to add event.preventDefault() at the beginning of all "click" event handlers. All bugs have been updated -- 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/
