[wp-trac] [WordPress Trac] #28850: Media Grid: Reduce fixed elements

WordPress Trac noreply at wordpress.org
Sat Jul 12 11:45:29 UTC 2014


#28850: Media Grid: Reduce fixed elements
--------------------------------+-------------------------
 Reporter:  ocean90             |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  4.0
Component:  Media               |    Version:
 Severity:  normal              |   Keywords:  needs-patch
  Focuses:  ui, administration  |
--------------------------------+-------------------------
 Currently the grid is placed in to the content via

 {{{#!css
 .media-grid-view {
         position: fixed;
         bottom: 0;
         left: 160px;
         right: 0;
         top: 32px;
 }
 }}}

 This makes the toolbar and the footer fixed and gives me lot of headache.
 The footer shouln't be fixed because it has no information related to the
 media grid, it's distracting. I'm not sure if the toolbar needs to be
 fixed too. Currently it has no real functionallity which needs to be
 always visible. (Maybe it's just the search.)

 I wish it would be more like the themes browser. Just themes, nothing
 more. In the media grid I except just my beautiful media, nothing more.


 '''Related issues:'''

 * Search size should match the search from theme browser
 * Toolbar shouldn't be full width, more like the one from the theme
 browser, otherwise you will get this: https://cloudup.com/cLRPsu_iRq0
 * Grid doesn't react to a folded admin menu
 * Unnecessary Transitions, see #28840
 * On smaller screens you have a huge gap between toolbar and attachments,
 see https://cloudup.com/cILq2_InHGc

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28850>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list