Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31846, comment 29


Ignore:
Timestamp:
05/28/2017 01:44:22 PM (9 years ago)
Author:
afercia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31846, comment 29

    initial v1  
    1515
    1616Out of curiosity, I've checked what happens on the Theme installer and noticed the arrow navigation there uses `keyup` instead of `keydown` so the "continuous triggering" doesn't happen: users have to release the pressed key to trigger navigation. Wondering if also the attachments navigation should use `keyup` instead of `keydown`, also for consistency.
     17
     18P.S. not sure if the change to `Gruntfile.js` should stay in [attachment:31846.6.diff]