Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[Bug]: add name attributes with matching values to radio buttons to group them

Aperta Adatta ai principianti
#58,729 1 commento 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
1/5
Tempo stimato
Meno di un'ora
Idoneità per principianti
70/100
Tipo di issue
Bug
Chiarezza
Specificata chiaramente
Stato di attività
Tranquilla
Stack tecnologico
javascript

Direzione di ricerca

Open apps/files/src/components/FilesAppSettings/FilesAppSettingsGeneral.vue around line 42 and inspect the two “Default view” radio buttons. Confirm their current keyboard behavior in the Files app settings, then add matching grouping attributes as described and verify that the arrow keys switch the selected option.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

0. Needs triage 32-feedback bug
⚠️ This issue respects the following points: ⚠️
Bug description

Hi!

I just performed a small accessibility test and realized that the radio buttons "Default View" settings in the files app are not grouped with a name attribute.

Grouping them would increase keyboard accessibility, since you can jump between them with the arrow keys. The fix should be easy. Just add a for example name="default_view to both radio buttons.

https://github.com/nextcloud/server/blob/master/apps/files/src/components/FilesAppSettings/FilesAppSettingsGeneral.vue#L42

Cheers,
Moritz

Steps to reproduce
  1. Open files app
  2. Open files settings
  3. Navigate with the keyboard to the "Default view" radio buttons
  4. Press arrow right / arrow left.
Expected behavior

The selected radio button should change when pressing the arrow keys.

Nextcloud Server version

32

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?
  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other
Configuration report

List of activated Apps

Nextcloud Signing status

Nextcloud Logs

Additional info

No response

Lingua principale
PHP
Stelle
36.9k
Fork
5.2k
Merge medio
1g 23h
PR unite (30g)
716

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di nextcloud/server

Tutte le issue di nextcloud/server

Issue simili

Altre issue su PHP

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.