[wp-trac] [WordPress Trac] #32094: Unable to drag widgets down page past certain length.
WordPress Trac
noreply at wordpress.org
Thu May 14 17:42:13 UTC 2015
#32094: Unable to drag widgets down page past certain length.
-------------------------------------------------+-------------------------
Reporter: tw2113 | Owner: azaozz
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 4.2.3
Component: Widgets | Version: 4.2
Severity: normal | Resolution:
Keywords: has-patch needs-testing fixed-major | Focuses:
| administration
-------------------------------------------------+-------------------------
Comment (by eltobiano):
@azaozz,
The same issue occurs with widgets in the Dashboard screen if there are
too many notifications on top.
See screencast for further clarification:
https://dl.dropboxusercontent.com/u/21559010/Screencast_dashboard_widgets_drag_bug.mp4
I fixed it by changing the sortable initialization in ''dashboard.js''
from this:
{{{
$( '.meta-box-sortables' ).sortable( 'option', 'containment', 'document'
);
}}}
To this:
{{{
$( '.meta-box-sortables' ).sortable( 'option', 'containment', '.wrap' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32094#comment:18>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list