[wp-meta] [Making WordPress.org] #5153: Theme Directory: Infinite Scroll makes it impossible to reach important links in the footer

Making WordPress.org noreply at wordpress.org
Thu Apr 23 06:43:06 UTC 2020


#5153: Theme Directory:  Infinite Scroll makes it impossible to reach important
links in the footer
-----------------------------+---------------------
 Reporter:  iandstewart      |       Owner:  (none)
     Type:  defect           |      Status:  new
 Priority:  normal           |   Milestone:
Component:  Theme Directory  |  Resolution:
 Keywords:  has-patch        |
-----------------------------+---------------------

Comment (by dufresnesteven):

 @dingo_d

 Try adding a new event to re-render:


 {{{
 this.listenTo( self.collection, 'themes:rerender', function() {
     self.renderThemes( self.parent.page );
 })
 }}}

 After the `self.add( data.themes );` on line `295` trigger the rerender:
 {{{
 self.trigger( 'themes:rerender' );
 }}}

 I think this was an existing bug that we wouldn't have noticed since the
 `scroll` event gets called so often.

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


More information about the wp-meta mailing list