Commit 40cce30
[TASK] Improve accessibility of live search button in backend toolbar
The "live search" button in the backend toolbar opens the live search
as dialog, hence it should be marked as `aria-haspopup="dialog"`. In
addition, the patch converts the link to a button, streamlining the
behavior across all interactive elements in the backend toolbar.
Resolves: #107706
Releases: main, 13.4
Change-Id: Ia15ee932e13afb21f9b33f69ed0583ce13b35d55
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91079
Tested-by: Michael Telgkamp <michael.telgkamp@typo3.org>
Reviewed-by: Michael Telgkamp <michael.telgkamp@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benjamin Franzke <ben@bnf.dev>
Reviewed-by: Benjamin Franzke <ben@bnf.dev>1 parent 201e6dd commit 40cce30
File tree
2 files changed
+8
-2
lines changed- typo3/sysext/backend/Resources/Private
- Partials/Backend
- Templates/ToolbarItems
2 files changed
+8
-2
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | | - | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
0 commit comments