Changes between Initial Version and Version 1 of Ticket #27423, comment 56
- Timestamp:
- 07/18/2014 11:45:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27423, comment 56
initial v1 2 2 > 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. 3 3 4 Could also be done by comparing the offsetTop/scrollTop of the attachments on the first row, and counting how many have the same. 4 Could 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. 5 5 6 6 > touch scrolling doesn't work at all … … 10 10 > image-edit mode needs help. Yes, people will try to edit images on mobile. 11 11 12 Maybe better to hide it for now? Or at least hide the Crop button (no way to use it).12 Maybe better to hide it for now? Or at least hide the Crop button (no way to crop). 13 13 14 14 > 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. *