[Koha-bugs] [Bug 32820] Fix cataloguing/value_builder/stocknumberAV.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 17 11:27:17 CET 2023


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #4 from Julian Maurice <julian.maurice at biblibre.com> ---
(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.


More information about the Koha-bugs mailing list