[wp-trac] [WordPress Trac] #24716: Grid view for the Media Library
WordPress Trac
noreply at wordpress.org
Thu Jul 24 10:55:10 UTC 2014
#24716: Grid view for the Media Library
----------------------------+---------------------------------------------
Reporter: alexvorn2 | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 4.0
Component: Media | Version:
Severity: normal | Resolution:
Keywords: | Focuses: ui, javascript, administration
----------------------------+---------------------------------------------
Comment (by kovshenin):
Lazy loading in the media grid is not lazy enough. The scroll event on the
view never occurs because the view itself is never scrolled, but the
scroll method keeps firing from ready() up until all attachments are
loaded on the page. Looks like we need to watch for the scroll event on
the document, rather than the view.
See [attachment:24716.52.diff], haven't tested outside of Chrome and FF on
OS X.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/24716#comment:139>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list