Skip to content

Fixing more a11y issues in the embed dialog#1526

Open
Arnei wants to merge 1 commit intoopencast:developfrom
Arnei:embed-dialog-a11y
Open

Fixing more a11y issues in the embed dialog#1526
Arnei wants to merge 1 commit intoopencast:developfrom
Arnei:embed-dialog-a11y

Conversation

@Arnei
Copy link
Member

@Arnei Arnei commented Mar 16, 2026

Fixes the remaining issues in #625.

  • Pressing the copy to clipboard button should now cause screen readers to properly read the alert.
  • Change <textbox> to <code>. More semantically correct. Does not look editable.

- Pressing the copy to clipboard button should now
cause screen readers to properly read the alert.
- Change <textbox> to <code>. More semantically correct.
Does not look editable.
@Arnei Arnei added the type:usability Improves the UX label Mar 16, 2026
@github-actions
Copy link
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1526

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1526

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1526/2026-03-16_12-57-41/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:usability Improves the UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant