[wp-trac] [WordPress Trac] #20805: Theme Customizer: Preview should be scrollable on iPad and Kindle Fire

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 6 18:16:08 UTC 2012


#20805: Theme Customizer: Preview should be scrollable on iPad and Kindle Fire
---------------------------------------------------+------------------
 Reporter:  koopersmith                            |       Owner:
     Type:  defect (bug)                           |      Status:  new
 Priority:  normal                                 |   Milestone:  3.4
Component:  Appearance                             |     Version:  3.4
 Severity:  normal                                 |  Resolution:
 Keywords:  has-patch needs-refresh needs-testing  |
---------------------------------------------------+------------------

Comment (by azaozz):

 Changed in 6.patch:

 - removed changes to wp-plupload.dev.js
 - we can control whether to show the dropzone from customize-
 controls.dev.js by removing the element.

 Changes in customize-controls.dev.js
 {{{
                         }, this.uploader || {} );

 +                       if ( ! this.uploader.browser.length )
 +                               return;
 +
 +                       if ( api.settings.is_mobile )
 +                               this.uploader.dropzone = null;
 +
                         this.uploader = new wp.Uploader( this.uploader );
 }}}

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


More information about the wp-trac mailing list