Sascha Szott
ac5670a514
remove translation (use singular form instead of plural form)
2024-02-05 12:06:11 +01:00
Alan Orth
5a42f391cf
Merge pull request #2778 from TAMULib/dedupe-patch-operations
...
Dedupe patch operations by op and path
2024-02-01 22:00:35 +03:00
Tim Donohue
85369aac10
Merge pull request #2717 from alexandrevryghem/fix-accessibility-issues_contribute-main
...
Fix accessibility issues (part 2)
2024-01-31 09:34:58 -06:00
Alexandre Vryghem
ca24713d6d
Fixed dropdown accessibility issue
...
- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
9e29cfb68d
Fixed user authentication/registration accessibility issue
...
- Added the correct autocomplete value
- Removed dangling labels, because aria labels already describe those input fields & we can't use ids in this component because otherwise there are duplicate ids on the /login page
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
e36bf645f4
Fixed edit metadata page accessibility issue
...
- Hide fontawesome icons for screen readers
- Added missing aria-label to metadata field input
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
8ad1b4b0d4
Fixed feedback form page accessibility issue
...
- The form used a fieldset tag instead of a form tag
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
7f0264ed1c
Fixed remaining community/collection page accessibility issues
...
- Hide fontawesome icons for screen readers
- Replaced dangling labels with spans and added more descriptive aria label to browse link
- Fixed empty label/missing header in edit resource policy table
- Added missing comcol logo al text
- Refactored dso-edit-menu-section to not display empty link buttons and duplicate titles
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
07e89acab5
Fixed accessibility issues on AccessControlFormContainerComponent
...
- Replaced invisible label in AccessControlArrayFormComponent that was only used for styling with span
- Fixed radio buttons not being part of a fieldset
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
c30a2eea45
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-30 23:24:28 +01:00
Alexandre Vryghem
54ef97d607
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-30 23:24:28 +01:00
Alexandre Vryghem
8ab4f1c074
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-30 23:24:28 +01:00
Alexandre Vryghem
1989a6c042
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-30 23:24:27 +01:00
William Welling
f40639de86
Dedupe patch operations by op and path
2024-01-26 16:01:01 -06:00
Tim Donohue
5b9a98adc1
Merge pull request #2755 from 4Science/DURACOM-223
...
Add logo max constraints
2024-01-25 15:07:54 -06:00
Tim Donohue
38ae9ce0e0
Merge pull request #2769 from saschaszott/patch-12
...
fixed typo in info.feedback.page_help
2024-01-25 10:25:33 -06:00
Sascha Szott
4b7798fcc7
fixed typo
2024-01-25 16:10:00 +01:00
FrancescoMolinaro
f82ba8c5ad
add width 100% to prevent overflow on mobile
2024-01-25 09:00:05 +01:00
FrancescoMolinaro
d9e25882ce
remove class from template
2024-01-23 09:17:18 +01:00
FrancescoMolinaro
d3c788a4e1
adapt solution to prevent img overflow
2024-01-23 09:16:06 +01:00
Jens Vannerum
c02b46ca7d
110088: new implementation for keyboard support in dropdowns
2024-01-23 11:15:40 +03:00
Tim Donohue
eee7267669
Merge pull request #2338 from alexandrevryghem/improve-confirmation-modal_contribute-main
...
Made ConfirmationModalComponent more generic
2024-01-19 16:32:27 -06:00
Tim Donohue
a59f371ecf
Merge pull request #2691 from misilot/fix-2690
...
Decrease min-height for Login Dropdown Menu
2024-01-19 09:22:36 -06:00
Tim Donohue
6536fbff62
Merge pull request #2736 from saschaszott/patch-11
...
use localized error message
2024-01-19 09:21:26 -06:00
FrancescoMolinaro
32e3141b19
add logo max costraints
2024-01-19 08:57:12 +01:00
Alan Orth
477ea93fd1
Merge pull request #2721 from alanorth/fix-community-cdk-tree-links
...
Fix whitespace in links due to newlines
2024-01-19 08:13:42 +03:00
Alexandre Vryghem
b8e0401388
Fix header ordering
2024-01-17 23:26:11 +01:00
Alexandre Vryghem
d876fadd2a
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-17 23:26:11 +01:00
Alexandre Vryghem
3c1243f6f1
Fixed search filters having empty input buttons
2024-01-17 23:26:11 +01:00
Alexandre Vryghem
086c5463a8
Removed invisible buttons on the CommunityListComponent & fixed content displacement when expanding com/col
2024-01-17 23:26:10 +01:00
Alexandre Vryghem
2f5370a085
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-17 23:26:10 +01:00
Tim Donohue
1c782b2656
Merge pull request #2711 from tdonohue/add_accessibility_tests
...
Add more automated accessibility scanning to e2e tests & fix a few minor accessibility bugs
2024-01-17 13:37:49 -06:00
Tim Donohue
a5a89a4b98
Add environment variable for Person collection name. Use it in submission e2e tests.
2024-01-17 12:05:00 -06:00
Tim Donohue
0aaf3131fa
Move increment/decrement to i18n. Update to use "name".
2024-01-17 11:49:00 -06:00
Tim Donohue
31bc05235e
Add accessibility testing for admin sidebar
2024-01-17 11:16:54 -06:00
Tim Donohue
80492cd88a
Add Item Edit accessibility tests. Switch Item to use to one with bitstreams. Minor updates to HTML to pass accessibility tests.
2024-01-17 11:16:54 -06:00
Tim Donohue
00cb2f9e8a
Add accessibility tests (and minor fixes) for Edit Collection's Content Source tab and Item Mapper tab
2024-01-17 11:16:54 -06:00
Tim Donohue
9894d315a0
Add Edit Collection accessibility Testing
2024-01-17 11:16:54 -06:00
Tim Donohue
6c76d8c1d7
Add Edit Community accessibility tests & minor cleanup
2024-01-17 11:16:54 -06:00
Tim Donohue
e47593b303
Fix circular dependency issue by using Cypres env variables directly instead of global constants
2024-01-17 11:16:54 -06:00
Tim Donohue
8d61fa6ac3
Improve accessibility testing on Submission page
2024-01-17 11:16:54 -06:00
Tim Donohue
a581219df5
Refactor e2e test infrastruction to allow easier way to lookup REST API info and generate CSRF tokens
2024-01-17 11:16:54 -06:00
Tim Donohue
5dad8bec39
Fix ARIA labels and tabindex on date picker in submission form. Tabindex is unnecessary & throws accessibility errors from AXE tools
2024-01-17 11:16:53 -06:00
Tim Donohue
aeea1cd592
Fix ARIA labels on submission form relationship button and dynamic dropdowns
2024-01-17 11:16:53 -06:00
Tim Donohue
53d521a87e
Add new e2e accessibility tests & update some existing ones
2024-01-17 11:16:53 -06:00
Tim Donohue
55c191e742
Merge pull request #2587 from Dawnkai/main
...
Deque Analysis Color Contrast fixes
2024-01-16 16:01:50 -06:00
Maciej Kleban
c20b0a7c11
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-15 20:26:04 +01:00
Dawnkai
7fbb692e94
Deque Analysis Color Contrast fixes
2024-01-15 20:25:32 +01:00
Alan Orth
c55d518df5
Merge pull request #2662 from alexandrevryghem/fix-eperson-link-on-group-pages_contribute-main
...
Fixed ePerson link on edit group page
2024-01-12 08:25:02 +03:00
Sascha Szott
92a74cee5a
use localized error message
2024-01-10 16:54:18 +01:00