[wp-meta] [Making WordPress.org] #1273: Handbook chapters list doesn't collapse on small screens

Making WordPress.org noreply at wordpress.org
Wed Sep 30 03:08:20 UTC 2015


#1273: Handbook chapters list doesn't collapse on small screens
-------------------------+-------------------------------------------------
  Reporter:              |      Owner:
  morganestes            |     Status:  new
      Type:  defect      |  Component:  Handbooks
  Priority:  normal      |   Keywords:  has-patch 2nd-opinion needs-testing
Resolution:              |
-------------------------+-------------------------------------------------
Changes (by morganestes):

 * keywords:   => has-patch 2nd-opinion needs-testing


Comment:

 I don't have a dev environment set up for Make/Core yet, but I was able to
 put a script together in the browser to toggle the chapter list. It could
 use some work, but here's a sample:

 {{{
 var chapterHeading = jQuery( '.widget_wporg_handbook_pages .widgettitle'
 );

 chapterHeading.click( function() {
     jQuery( this ).next( '.menu-table-of-contents-container' ).toggle();
 });
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1273#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list