nextcloud/apps/files/tests/js
Daniel Calviño Sánchez f392e78d5b Move checkboxes to their own column
The selection column is not only a visual column, but also a real column
of the file list table. Unlike other columns whose width is reduced in
space constrained screens the selection column must stay the same so the
tapping area is large enough to be easily usable

The selection column does not appear in the search results table, so its
contents have to be explicitly aligned with those of the main table
based on whether the main table has a selection column or not (using the
"has-selection" CSS class in the same way as the "has-favorite" CSS
class was being used when there was a column for favorite actions).

In the tests the ":visible" selector can no longer be used. That
selector matches elements with a width or height that is greater than
zero, but the dimensions calculated in the unit tests are not reliable;
the width of the link was zero before these changes, and now moving the
checkbox to its own column causes the height of the link to become zero
too, so it no longer matches the ":visible" selector even if it is not
hidden. As hidding and showing the link is based on its "display" CSS
property its value is the one checked now.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-10-19 01:46:13 +02:00
..
appSpec.js Do not encode slashes in "dir" URL param in files JS 2016-05-06 17:00:22 +02:00
breadcrumbSpec.js Parse backslash as directory separator in breadcrumb 2015-01-24 09:56:00 +01:00
detailsviewSpec.js Make possible to know the registered detail views in a details view 2017-06-09 03:14:23 +02:00
favoritesfilelistspec.js Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
favoritespluginspec.js Added unit tests for right sidebar 2015-08-07 01:22:43 +02:00
fileUploadSpec.js Upload autorename on client side 2016-11-02 22:15:03 +01:00
fileactionsSpec.js fixes size of the download spinner 2016-05-30 11:23:54 +02:00
fileactionsmenuSpec.js Add support to FileActionsMenu for icon class functions 2017-10-19 01:46:13 +02:00
filelistSpec.js Move checkboxes to their own column 2017-10-19 01:46:13 +02:00
filesSpec.js Add ignore_files to config, 2017-03-20 01:17:12 -06:00
filesummarySpec.js Display number of hidden files in files summary (#25870) 2016-08-29 14:47:41 +02:00
mainfileinfodetailviewSpec.js Style modifications of favorite star on main detail view (#26658) 2016-12-19 17:34:09 +01:00
newfilemenuSpec.js Remove "Text file" entry in the "+" menu 2015-11-19 15:36:21 +01:00
tagspluginspec.js Remove "has-favorites" class from file list table 2017-10-19 01:46:13 +02:00