[wp-trac] [WordPress Trac] #19570: Post Formats: admin UI + fallbacks for themes that don't support them

WordPress Trac noreply at wordpress.org
Mon Apr 1 20:21:51 UTC 2013


#19570: Post Formats: admin UI + fallbacks for themes that don't support them
-----------------------------------------------+------------------
 Reporter:  alexkingorg                        |       Owner:
     Type:  task (blessed)                     |      Status:  new
 Priority:  normal                             |   Milestone:  3.6
Component:  Post Formats                       |     Version:  3.3
 Severity:  normal                             |  Resolution:
 Keywords:  has-patch ui-feedback needs-codex  |
-----------------------------------------------+------------------

Comment (by lessbloat):

 Replying to [comment:134 markjaquith]:
 > How would you imagine the UI collapsing?

 So there's the less elegant, less code approach.  Just fadeout all of the
 non selected icons, which would shoot the remaining icon to the far left
 once all of the other icons are done fading out.

 Or the more elegant, more code approach.  Absolute position each icon with
 a z-index slightly lower as you go from left to right.  Then on collapse,
 animate each icon to left:0; individually while at the same time fading
 them out, bringing them all smoothly to the left, with only the selected
 icon remaining once they are all done fading.

 There are likely more options, but these are the only two I can think of
 at the moment.  Do either sound like they'll work?

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


More information about the wp-trac mailing list