[wp-trac] [WordPress Trac] #22502: Media: Keyboard shortcuts

WordPress Trac noreply at wordpress.org
Fri Nov 30 01:10:11 UTC 2012


#22502: Media: Keyboard shortcuts
-------------------------------------+--------------------------
 Reporter:  tomthewebmaster          |       Owner:  koopersmith
     Type:  enhancement              |      Status:  accepted
 Priority:  normal                   |   Milestone:  3.5
Component:  Media                    |     Version:  trunk
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |
-------------------------------------+--------------------------

Comment (by koopersmith):

 That focus style is *much* nicer. We probably should make sure it's also
 detectable on the already gray/blue attachments. This is a great start.

 ----

 We should be fixing the focus issues in their corresponding views.

 * We generally should not be calling `$( '.media-menu .active'
 ).focus();`, as it is a hack around a problem and generally doesn't fix
 the issue in all use cases. In the case that it's used in this past patch,
 it will only work for insert into post workflows.

 * Selecting the first image on clear is a cross-view operation, and will
 cause the user to lose their existing context. The proper way to solve
 this (which would solve most of the other bugs mentioned above) is
 figuring out how to maintain focus best across views.

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


More information about the wp-trac mailing list