Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keyboard navigation in item tables #1038

Merged
merged 3 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
action-list: Add method doc
sukhwinder33445 committed Jul 31, 2024
commit e7a67f80d5c1ef5eb961fb1268d9c2b9f4e09553
2 changes: 2 additions & 0 deletions public/js/action-list.js
Original file line number Diff line number Diff line change
@@ -200,6 +200,8 @@
/**
* Key navigation for .action-list
*
* Only for primary lists (dashboard or lists in detail view are not taken into account)
*
* - `Shift + ArrowUp|ArrowDown` = Multiselect
* - `ArrowUp|ArrowDown` = Select next/previous
* - `Ctrl|cmd + A` = Select all on currect page

Unchanged files with check annotations Beta

]
);
} else {
$charsetElement->addDecorator(

Check failure on line 73 in library/Icingadb/Setup/DbResourcePage.php

GitHub Actions / phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest

Cannot call method addDecorator() on Zend_Form_Element|null.

Check failure on line 73 in library/Icingadb/Setup/DbResourcePage.php

GitHub Actions / phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest

Cannot call method addDecorator() on Zend_Form_Element|null.

Check failure on line 73 in library/Icingadb/Setup/DbResourcePage.php

GitHub Actions / phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest

Cannot call method addDecorator() on Zend_Form_Element|null.

Check failure on line 73 in library/Icingadb/Setup/DbResourcePage.php

GitHub Actions / phpstan / Static analysis with phpstan and php 8.0 on ubuntu-latest

Cannot call method addDecorator() on Zend_Form_Element|null.

Check failure on line 73 in library/Icingadb/Setup/DbResourcePage.php

GitHub Actions / phpstan / Static analysis with phpstan and php 8.1 on ubuntu-latest

Cannot call method addDecorator() on Zend_Form_Element|null.

Check failure on line 73 in library/Icingadb/Setup/DbResourcePage.php

GitHub Actions / phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest

Cannot call method addDecorator() on Zend_Form_Element|null.

Check failure on line 73 in library/Icingadb/Setup/DbResourcePage.php

GitHub Actions / phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest

Cannot call method addDecorator() on Zend_Form_Element|null.
['preserveDefault' => 'HtmlTag'],
[
'tag' => 'input',