[wp-trac] [WordPress Trac] #26297: Draggable panels interfere with touch scrolling on IE 10/11
WordPress Trac
noreply at wordpress.org
Fri Dec 6 03:48:39 UTC 2013
#26297: Draggable panels interfere with touch scrolling on IE 10/11
-----------------------------------------------+--------------------
Reporter: iammattthomas | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.8
Component: Administration | Version: trunk
Severity: critical | Resolution:
Keywords: ui-focus needs-patch dev-feedback |
-----------------------------------------------+--------------------
Comment (by georgestephanis):
This is being intentionally nerfed by our css:
http://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/wp-
admin.css#L11180
{{{
/* Enable draggable on IE10 touch events until it's rolled into jQuery UI
core */
.ui-sortable,
.ui-draggable {
-ms-touch-action: none;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26297#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list