Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27423, comment 56


Ignore:
Timestamp:
07/18/2014 11:45:14 PM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27423, comment 56

    initial v1  
    22> keyboard-arrow-navigation added in #23560 needs to know how many attachments are displayed per row so that it can set focus appropriately when using the up/down arrows. We need to sync this from the css, since it now changes in css based on viewport.
    33
    4 Could also be done by comparing the offsetTop/scrollTop of the attachments on the first row, and counting how many have the same.
     4Could also be done by comparing the offsetTop/scrollTop of the attachments on the first row, and counting how many have the same. And of course this has to be disabled on touch devices.
    55
    66> touch scrolling doesn't work at all
     
    1010> image-edit mode needs help. Yes, people will try to edit images on mobile.
    1111
    12 Maybe better to hide it for now? Or at least hide the Crop button (no way to use it).
     12Maybe better to hide it for now? Or at least hide the Crop button (no way to crop).
    1313
    1414> Should display the selection of attachments instead of the edit-mode-toggle when more than one is selected. Still need to see the selection on mobile, and be able to get to the edit-selection mode and clear all. *