summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-05-27 00:37:27 +0000
committerChristopher Ng <chrng8@gmail.com>2022-06-08 23:58:28 +0000
commit229c65b0d76e0856c8eac45ec2ba53fddfaf8ffd (patch)
tree624c0ee0b63e08867ab907edfe8238bb5e673cf0 /core/templates
parentb7089c20ee4dd0f4b8bc805068aadbaf89a6a081 (diff)
downloadnextcloud-server-229c65b0d76e0856c8eac45ec2ba53fddfaf8ffd.tar.gz
nextcloud-server-229c65b0d76e0856c8eac45ec2ba53fddfaf8ffd.zip
Handle keyboard navigation in the file picker
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/filepicker.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html
index 91514010cb3..124bc081ecf 100644
--- a/core/templates/filepicker.html
+++ b/core/templates/filepicker.html
@@ -25,26 +25,26 @@
<tr>
<th id="headerName" class="column-name">
<div id="headerName-container">
- <a class="name sort columntitle" data-sort="name">
+ <a class="name sort columntitle" data-sort="name" tabindex="0">
<span>{nameCol}</span>
<span class="sort-indicator hidden icon-triangle-n"></span>
</a>
</div>
</th>
<th id="headerSize" class="column-size">
- <a class="size sort columntitle" data-sort="size">
+ <a class="size sort columntitle" data-sort="size" tabindex="0">
<span>{sizeCol}</span>
<span class="sort-indicator hidden icon-triangle-n"></span></a>
</th>
<th id="headerDate" class="column-mtime">
- <a id="modified" class="columntitle" data-sort="mtime">
+ <a id="modified" class="columntitle" data-sort="mtime" tabindex="0">
<span>{modifiedCol}</span>
<span class="sort-indicator hidden icon-triangle-n"></span></a>
</th>
</tr>
</thead>
<tbody>
- <tr data-entryname="{filename}" data-type="{type}">
+ <tr data-entryname="{filename}" data-type="{type}" tabindex="0">
<td class="filename"
style="background-image:url({icon})">
<span class="filename-parts">