Opened 12 months ago
Last modified 5 months ago
#20791 reopened feature request
Add tolerance: 'pointer' option to widgets
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Widgets | Version: | 3.3.2 |
| Severity: | normal | Keywords: | has-patch dev-feedback |
| Cc: | mdhansen@… |
Description
I made a conclusion that it's more easy to sort the widgets in a sidebar if is with tolerance: 'pointer' option enabled...
please consider adding this to sortable function of the widgets.
Attachments (2)
Change History (11)
- Keywords needs-patch 2nd-opinion removed
- Resolution set to invalid
- Status changed from new to closed
comment:2
in reply to:
↑ 1
;
follow-up:
↓ 3
SergeyBiryukov — 12 months ago
- Keywords needs-patch 2nd-opinion added
- Resolution invalid deleted
- Status changed from closed to reopened
Replying to jkudish:
Looks like the latest copy of trunk already has tolerance: pointer
It's in droppable() function. This ticket is about sortable().
Replying to SergeyBiryukov:
It's in droppable() function. This ticket is about sortable().
My mistake, should have looked closer :(
comment:5
DrewAPicture — 11 months ago
- Version changed from 3.4 to 3.3.2
Version field tracks when the feature was first requested.
comment:6
SergeyBiryukov — 11 months ago
- Keywords has-patch dev-feedback added; needs-patch 2nd-opinion removed
comment:7
MikeHansenMe — 7 months ago
Updated the file to apply patch to widgets.js instead of widgets.dev.js now that production js is minified.
comment:8
MikeHansenMe — 7 months ago
- Cc mdhansen@… added

Looks like the latest copy of trunk already has tolerance: pointer, as per: https://core.trac.wordpress.org/browser/trunk/wp-admin/js/widgets.dev.js#L153