fediverse-devnet/feditest

Accessibility of the expandable stack traces

Open

#435 geöffnet am 17. Dez. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (6 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (37 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We are hiding stack traces of errors by default. They can be expanded with click.

Example not expanded:

Screenshot 2024-12-17 at 14 03 18

Example expanded:

Screenshot 2024-12-17 at 14 03 25

The expand functionality is triggered by a mouse click, which toggles the selection status of a hidden input element.

This is currently not accessible from the keyboard. I tried, but I don't know how to make it accessible. Help?

Contributor Guide