Alexandre Vryghem
949e55235a
Fixed accessibility issues on BitstreamFormatsComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-31 09:50:38 -06:00
Alexandre Vryghem
5173ac3704
Fixed accessibility issues on MetadataRegistryComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-31 09:50:31 -06:00
Alexandre Vryghem
9335c32334
Fixed accessibility issues on MetadataSchemaComponent
...
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-31 09:50:23 -06:00
Alexandre Vryghem
b0d3710454
Fixed accessibility issues with pagination button
...
- Replaced the h6 tags with the role heading
- Gave the gear button the roles in order to be detected as an expandable menu
- Replaced the dropdown structure to render a menu of listboxes
- Added the aria-selected attribute
2024-01-31 09:49:38 -06:00
Alexandre Vryghem
e0849af926
Fix header ordering
2024-01-31 09:42:30 -06:00
Alexandre Vryghem
b076b98996
Fixed accessibility issues on SubmissionImportExternalSearchbarComponent
...
- Fixed input not describing itself
- Put the items from the dropdown in an ul
- Fixed broken aria labels
- Removed titles who where identical to the displayed value
2024-01-31 09:42:24 -06:00
Alexandre Vryghem
cc0501f340
Fixed search filters having empty input buttons
2024-01-31 09:42:17 -06:00
Alexandre Vryghem
6b204b5b53
Removed invisible buttons on the CommunityListComponent & fixed content displacement when expanding com/col
2024-01-31 09:42:12 -06:00
Alexandre Vryghem
3bf7d819de
Fixed accessibility issues related to dso selectors
...
- Fixed header ordering
- Fixed input field not having a description what it does (because the header isn't always shown I decided to use aria-labels instead of regular labels)
2024-01-31 09:42:04 -06:00
Tim Donohue
67fc0054c1
Merge pull request #2773 from DSpace/backport-2755-to-dspace-7_x
...
[Port dspace-7_x] Add logo max constraints
2024-01-25 15:53:07 -06:00
FrancescoMolinaro
d4493cb534
add width 100% to prevent overflow on mobile
...
(cherry picked from commit f82ba8c5ad
)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
682ec2b678
remove class from template
...
(cherry picked from commit d9e25882ce
)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
20f5f17aac
adapt solution to prevent img overflow
...
(cherry picked from commit d3c788a4e1
)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
f1a7f36f17
add logo max costraints
...
(cherry picked from commit 32e3141b19
)
2024-01-25 21:08:11 +00:00
Tim Donohue
5d700d5563
Merge pull request #2772 from DSpace/backport-2769-to-dspace-7_x
...
[Port dspace-7_x] fixed typo in info.feedback.page_help
2024-01-25 11:02:51 -06:00
Sascha Szott
c11a3b1372
fixed typo
...
(cherry picked from commit 4b7798fcc7
)
2024-01-25 16:25:48 +00:00
Alan Orth
be0512d74e
Merge pull request #2764 from alanorth/backport-2733-to-dspace-7_x
...
[Port dspace-7_x] Use keyboard to select values
2024-01-23 12:18:28 +03:00
Jens Vannerum
2d0d6ddc5d
110088: new implementation for keyboard support in dropdowns
2024-01-23 11:43:37 +03:00
Tim Donohue
b2cae3b48d
Merge pull request #2758 from DSpace/backport-2691-to-dspace-7_x
...
[Port dspace-7_x] Decrease min-height for Login Dropdown Menu
2024-01-19 11:12:03 -06:00
Tim Donohue
5f19b6a26a
Merge pull request #2757 from DSpace/backport-2736-to-dspace-7_x
...
[Port dspace-7_x] use localized error message
2024-01-19 11:11:50 -06:00
Thomas Misilo
d880b728ce
Decrease min-height for Login Dropdown Menu
...
Fixes #2690
This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.
(cherry picked from commit 09fc44a539
)
2024-01-19 15:25:12 +00:00
Sascha Szott
e7490340f8
use localized error message
...
(cherry picked from commit 92a74cee5a
)
2024-01-19 15:21:44 +00:00
Alan Orth
fed70c5e9b
Merge pull request #2754 from DSpace/backport-2721-to-dspace-7_x
...
[Port dspace-7_x] Fix whitespace in links due to newlines
2024-01-19 10:07:44 +03:00
Alan Orth
f08d74b269
src/app/item-page: remove newlines in links
...
The newlines cause whitespace to be enapsulated in the rendered link.
(cherry picked from commit 7207bbbd0e
)
2024-01-19 05:14:00 +00:00
Alan Orth
f2f5156065
src/app/community-list-page: remove newlines in links
...
The newlines cause whitespace to be enapsulated in the rendered link.
(cherry picked from commit 7bedf7fc59
)
2024-01-19 05:14:00 +00:00
Tim Donohue
0ed96d893d
Merge pull request #2748 from DSpace/backport-2711-to-dspace-7_x
...
[Port dspace-7_x] Add more automated accessibility scanning to e2e tests & fix a few minor accessibility bugs
2024-01-17 14:09:02 -06:00
Tim Donohue
2137720602
Add environment variable for Person collection name. Use it in submission e2e tests.
...
(cherry picked from commit a5a89a4b98
)
2024-01-17 19:38:04 +00:00
Tim Donohue
12a19378f7
Move increment/decrement to i18n. Update to use "name".
...
(cherry picked from commit 0aaf3131fa
)
2024-01-17 19:38:04 +00:00
Tim Donohue
75c81b712e
Add accessibility testing for admin sidebar
...
(cherry picked from commit 31bc05235e
)
2024-01-17 19:38:04 +00:00
Tim Donohue
4e0a889fa1
Add Item Edit accessibility tests. Switch Item to use to one with bitstreams. Minor updates to HTML to pass accessibility tests.
...
(cherry picked from commit 80492cd88a
)
2024-01-17 19:38:04 +00:00
Tim Donohue
9a7277065f
Add accessibility tests (and minor fixes) for Edit Collection's Content Source tab and Item Mapper tab
...
(cherry picked from commit 00cb2f9e8a
)
2024-01-17 19:38:04 +00:00
Tim Donohue
16a10548b8
Add Edit Collection accessibility Testing
...
(cherry picked from commit 9894d315a0
)
2024-01-17 19:38:04 +00:00
Tim Donohue
4187847ad0
Add Edit Community accessibility tests & minor cleanup
...
(cherry picked from commit 6c76d8c1d7
)
2024-01-17 19:38:04 +00:00
Tim Donohue
77bb3ed952
Fix circular dependency issue by using Cypres env variables directly instead of global constants
...
(cherry picked from commit e47593b303
)
2024-01-17 19:38:04 +00:00
Tim Donohue
023f8a6900
Improve accessibility testing on Submission page
...
(cherry picked from commit 8d61fa6ac3
)
2024-01-17 19:38:04 +00:00
Tim Donohue
0be04c754a
Refactor e2e test infrastruction to allow easier way to lookup REST API info and generate CSRF tokens
...
(cherry picked from commit a581219df5
)
2024-01-17 19:38:04 +00:00
Tim Donohue
07b95c2634
Fix ARIA labels and tabindex on date picker in submission form. Tabindex is unnecessary & throws accessibility errors from AXE tools
...
(cherry picked from commit 5dad8bec39
)
2024-01-17 19:38:04 +00:00
Tim Donohue
e9efb50e02
Fix ARIA labels on submission form relationship button and dynamic dropdowns
...
(cherry picked from commit aeea1cd592
)
2024-01-17 19:38:04 +00:00
Tim Donohue
868229460f
Add new e2e accessibility tests & update some existing ones
...
(cherry picked from commit 53d521a87e
)
2024-01-17 19:38:04 +00:00
Tim Donohue
9d593b657b
Merge pull request #2743 from tdonohue/port_2587_to_dspace-7_x
...
[Port to dspace-7_x] Deque Analysis Color Contrast fixes #2587
2024-01-16 16:48:13 -06:00
Maciej Kleban
0b43109a29
Replace hard-coded colors with bootstrap variants
...
* Replace custom variables with Bootstrap variants
* Replace custom button colors with Bootstrap variants
* Remove custom colors and replace them with bootstrap variants
* Fix checkbox offset styles
---------
Co-authored-by: Maciej Kleban <maciej.kleban@pcgacademia.pl >
2024-01-16 16:15:35 -06:00
Dawnkai
07a2f3bbbb
Deque Analysis Color Contrast fixes
2024-01-16 16:04:27 -06:00
Alan Orth
fc28693b12
Merge pull request #2740 from DSpace/backport-2662-to-dspace-7_x
...
[Port dspace-7_x] Fixed ePerson link on edit group page
2024-01-12 08:51:21 +03:00
Alexandre Vryghem
77d2086796
Fixed ePerson link on edit group page
...
(cherry picked from commit 430ee3846a
)
2024-01-12 05:25:16 +00:00
Tim Donohue
8dd0db094e
Merge pull request #2670 from atmire/fix-api-undefined-issue-7.6.2-next
...
Ensure HALEndpointService doesn't use stale responses
2024-01-08 10:16:57 -06:00
Tim Donohue
33a5dd3e7f
Merge pull request #2713 from DSpace/backport-2707-to-dspace-7_x
...
[Port dspace-7_x] Update fi.json5
2023-12-14 11:22:36 -06:00
reetagithub
9a9311e02a
Update fi.json5
...
Corrected a typo in search.view.switch.show-grid
(cherry picked from commit 2339a559e9
)
2023-12-14 16:16:00 +00:00
Tim Donohue
2fec884072
Merge pull request #2696 from DSpace/backport-2683-to-dspace-7_x
...
[Port dspace-7_x] Fix accessibility issues
2023-12-06 10:30:55 -06:00
Alexandre Vryghem
4a0bf8a7af
Fixed Edit Item Bitstream showing empty buttons when css is turned off & replaced authentication dropdown menu link with button
...
- Also fixed box-shadows not working the same way for all footer buttons/links
(cherry picked from commit 4545b5354d
)
2023-12-06 16:03:23 +00:00
Alexandre Vryghem
53f5ceabee
Fixed Edit Item Bitstream showing empty buttons when css is turned off
...
(cherry picked from commit ff6dff72d8
)
2023-12-06 16:03:23 +00:00