[wp-trac] [WordPress Trac] #28998: Media grid user feedback during content load
WordPress Trac
noreply at wordpress.org
Wed Jul 23 12:09:51 UTC 2014
#28998: Media grid user feedback during content load
-------------------------+------------------------------
Reporter: Clorith | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses: ui, javascript
-------------------------+------------------------------
Comment (by michalzuber):
Tried with 400 images:
1. Had no infinite scroll
2. Only 79 items showed up in Media Grid instead 401 items as in List View
https://youtu.be/3f2ckjflFM8
I created images with the following script and then just added them.
Selected them all and multiple upload took approx. 2minutes to finish
{{{
#!/bin/bash
for (( i = 0; i < 400; i++ )); do
cp wordpress-logo-square.png wordpress-$i.png
done
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28998#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list