[wp-trac] [WordPress Trac] #20014: Possibly add support for dragging of meta boxes to touch-based interfaces

WordPress Trac wp-trac at lists.automattic.com
Sat Mar 24 21:43:28 UTC 2012


#20014: Possibly add support for dragging of meta boxes to touch-based interfaces
------------------------------------+--------------------
 Reporter:  georgestephanis         |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  3.4
Component:  UI                      |     Version:  3.3.1
 Severity:  normal                  |  Resolution:
 Keywords:  tableteers needs-patch  |
------------------------------------+--------------------

Comment (by azaozz):

 20014-touch-punch.patch adds the original jQuery UI Touch Punch plugin
 (with proper license, etc.) including the minified JS file.

 If we are going with touch support detection from JS, perhaps we should
 use the same code as in the plugin, i.e. `if ( 'ontouchend' in document
 )`.

 The JS from https://core.trac.wordpress.org/ticket/20014#comment:4 runs
 (and sets a cookie) on every touch everywhere, not needed. Also there's a
 wpCookies group of functions that can be used instead or repeating the
 same code.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20014#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list