Opened 8 years ago
Closed 8 years ago
#26612 closed Bug (fixed)
SelectFilter2 Buttons Change URL
Reported by: | David Sanders | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | admin selectfilter2 javascript |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This bug was introduced by the work done on #25165 which removed any inline JavaScript, including href="javascript:void(0)"
which was previously used for any JavaScript-only links. They were replaced with href="#"
which works fine as long as you prevent the default action for the click event which would otherwise change the URL for the page, and with '#' will cause the browser to jump to the start.
Note:
See TracTickets
for help on using tickets.
In 14c952d: