#6541 closed enhancement (fixed)
Shift-click to select a range of checkboxes
Reported by: | mdawaffe | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Everyone loves how you can click a checkbox in gmail and then shift click another checkbox farther down the line to select all the checkboxes in between.
We have the power to do that in WordPress too.
Attached:
- Naively checks (or unchecks) all checkboxes between your last click and a shift click.
- Gets rid of some JS functions that are never used in core.
- checkAll maintains its (strange?) behavior of toggling each individual checkbox rather than checking or unchecking all checkboxes.
- Gets rid of some inline JS.
Caveat: The JS is not very generic. It's written to work with the markup used in WP.
Attachments (2)
Change History (6)
#3
@
12 years ago
- Cc steph@… added
- Resolution fixed deleted
- Status changed from closed to reopened
This broke some time ago. Patch restores the functionality using the jQuery shiftcheckbox plugin.
Note: See
TracTickets for help on using
tickets.
(In [7745]) Shift-click to select a range of checkboxes. Props mdawaffe. fixes #6541 for trunk