MantisBT: master 582d5d50

Author Committer Branch Timestamp Parent
dregad dregad master 2022-06-12 16:57 master e1af8bac
Affected Issues  0030494: list.js navigation buttons scrolling to top of page
Changeset

Fix list.js scrolling regression patch

The list.js patch for the scrolling regression (issue 0030494, commit
7c0e2b8590c1e2c6ab17a566e14839584009a064) introduced another regression,
because preventing the default click event's execution not only applied
to the pagination buttons, but also to the checkboxes and the Apply
button as well, basically making the whole Manage Accounts section
unusable.

To fix the problem, we now only execute preventDefault() when the
pagination buttons are clicked.

Fixes 0030494

mod - js/list-2.3.1.js Diff File
mod - js/list-2.3.1.min.js Diff File