Opened 19 months ago
Last modified 5 months ago
#19159 accepted enhancement
When Inactive Widgets list gets long it is hard to clear
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Widgets | Version: | 3.3 |
| Severity: | minor | Keywords: | westi-likes 3.4-early has-patch ux-feedback needs-testing |
| Cc: | westi, catalin.dogaru@…, lessbloat |
Description
If you have a lot of inactive widgets it can be really hard manual labour to remove them all.
It would be much nicer if there was a delete all button like this plugin adds http://wordpress.org/extend/plugins/remove-inactive-widgets/
Attachments (4)
Change History (12)
- Keywords has-patch added; needs-patch removed
- Keywords needs-testing added
attachment:19159.2.diff updates my previous submission so the patch can be tested against the latest revision (23132).
While updating I've noticed a possible bug with the spinner which I reported here: ticket:22839.
attachment:19159.3.diff uses .css() to set the display property to inline-block instead of .show() to avoid ticket:22839.
Note: See
TracTickets for help on using
tickets.

attachment:19159.diff adds support to clear asynchronously the Inactive Widgets list. It works properly with JavaScript disabled too. The output can be previewed here: attachment:19159.jpg.