[wp-trac] [WordPress Trac] #22696: Selecting and reordering media problem

WordPress Trac noreply at wordpress.org
Wed Dec 5 05:37:04 UTC 2012


#22696: Selecting and reordering media problem
-------------------------------------+--------------------------
 Reporter:  pavelevap                |       Owner:  markjaquith
     Type:  defect (bug)             |      Status:  assigned
 Priority:  normal                   |   Milestone:  3.5
Component:  Media                    |     Version:  trunk
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |
-------------------------------------+--------------------------

Comment (by markjaquith):

 {{{grid.diff}}} is a massive improvement to ease-of-sorting. But it's a
 tradeoff, as we're using the thumbnail size, and hoping that it's square
 and at least 150x150 (which is the default). I'm not sure less-twitchy
 sorting is worth a degraded experience for many installs.

 Koop mentioned that he might be able to use absolute positioning to make
 it work (positioning each image specifically). It was abandoned earlier
 because it was thought to be slow, and because we didn't have the
 framework we needed for dynamic recalculation, but it turns out that the
 CSS transforms we're using now are also slow, and we have a better
 framework now.

 Because Koop is on other stuff now, I'm going to see what I can do on the
 JS size to hack Sortable into submission.

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


More information about the wp-trac mailing list