-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🛹 Feature: Erweiterung der Modal-Komponente durch Kombination von dialog
und Card
#5844
Comments
Offen ist die Frage, wie mit dem Schließen-Button bei der Tastaturnavigation umgegangen wird. In welcher Reihenfolge soll dieser fokussiert werden? Möglich wären:
|
Dies ist eher eine Usability-Frage, als eine Barrierefreiheitsfrage. Grundsätzlich sollte der Fokus mit einer sinnvollen Reihenfolge durch die Inhalte navigieren bzw. der logischen Lesereihenfolge entsprechen. Wir (Christian Brähmig, Dirk Barkhorn und ich) haben diesen Punkt zusammen diskutiert und würden die Variante 2 bevorzugen. |
Variante 2 wurde umgesetzt. |
Todo: Merge-Konflikte beheben |
…ecate-themes-v3 * 'develop' of github.com:public-ui/kolibri: Update all snapshots$ $ Refs: #5844 chore: release 3.0.0-rc.3 Fix concurrency group syntax in dod-checker workflow Remove auto file generator workflow remove some prepack scripts Update all snapshots$ $ Refs: #7310 Fix duplicate import of 'h' in shadow.tsx component Fix formRef initialization to handle null value in FormErrorList component Enhance error list functionality: improve scrolling and focus behavior for error links Enhance error list rendering: add smooth scroll and focus behavior for alert component Fix test Update all snapshots$ $ Refs: #5844 set initial focus to slot area Refactor modal and add snapshots tests Update all snapshots$ $ Refs: #5844 Fix lint error Fix imports Add styles, e2e tests and update sample app Add close button for modal
Die aktuelle Modal-Komponente sollte mittels
dialog
umgesetzt werden und kann wie eine Card mit Schließenschalter aussehen. Wichtig hierbei ist eine deutliche Außenlinie.string
optional
(Title)(event) => void
(wenn gesetzt, wird Schließen-Button angezeigt)Akzeptanzkriterien
_variant
mit den Wertenblank
(default) undcard
The text was updated successfully, but these errors were encountered: