Skip to content
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

Statusunterscheidung Funktionsicon Veröffentlichen/Nicht veröffentlichen + Hervorheben/Zurücksetzen nicht möglich #5393

Closed
NinaG opened this issue Apr 23, 2017 · 3 comments · Fixed by #5419
Labels
feature help wanted Issues and PRs which are looking for volunteers to complete them.

Comments

@NinaG
Copy link

NinaG commented Apr 23, 2017

In den Listenansichten können assistive Technologien wie Screenreader bei den Funktionsicons nicht ausgeben, welchen Status der Datensatz bei umschaltbaren Funktionen hat. Das betrifft:

  • Veröffentlichen/Nicht veröffentlichen
  • Hervorheben/Zurücksetzen

Die Nutzer könnten zwar in die Einstellungen des Datensatzes wechseln und dort den jeweiligen Zustand herausfinden, aber das ist insbesondere für Screenreader-Nutzer ein sehr großer Aufwand und völlig unpraktibel, wenn sie ordentlich redaktionell arbeiten wollen. Versucht einfach mal selbst in einer Liste mit z.B. mehreren hundert Seiten/Unterseiten herauszufinden, welche Seiten noch unveröffentlicht sind, wenn ihr das nur tun könnt, indem ihr jede einzelne Seite/Unterseite erst bearbeitet und euch dort bis zum Abschnitt (per Tastatur) durchangelt, an dem - am Ende - gesagt wird, ob die Seite veröffentlicht/unveröffentlicht ist. Es ist schon ein ordentlicher Aufwand, das auf einer großen Seite über die Icons auf der Listenansicht herauszufinden, aber wenn die Redakteure zusätzlich noch in die Details gehen jeder Seite gehen müssten, wird es undurchführbar.

@leofeyer
Copy link
Member

Lösungsvorschlag?

@NinaG
Copy link
Author

NinaG commented Jul 20, 2017

Im Prinzip wäre es einfach sinnvoll, dass je nach Zustand der Text angepasst wird.

In der Seitenstruktur lautet der ALT-Text des Icons derzeit immer "Seite veröffentlichen/unveröffentlichen". Eindeutig wäre es, wenn er je nach Zustand "Seite veröffentlichen" oder "Seite unveröffentlichen" heißen würde.

Dito bei Hervorheben/Zurücksetzen.

leofeyer referenced this issue in contao/core-bundle Dec 6, 2019
Description
-----------

Implements #778

Commits
-------

d5c1e6bc Hide the meta data field when editing folders (see #778)
3065caa7 Use the PaletteManipulator to manipulate the palette
@leofeyer leofeyer added the help wanted Issues and PRs which are looking for volunteers to complete them. label Jun 11, 2020
@leofeyer leofeyer transferred this issue from contao/core-bundle Oct 17, 2022
@aschempp
Copy link
Member

see #5419

@aschempp aschempp added this to the 5.1 milestone Oct 24, 2022
leofeyer added a commit that referenced this issue Jun 12, 2023
Description
-----------

Fixes #5393

This can only be added in Contao 5 since we re-implemented the tooltips script (it previously did not "respect" the title tag). Since this is also changing the labels markup, I think it is better to target a new minor version.

Commits
-------

424b073 Use a status-aware title for toggle fields
a77a55f Update the scripts
a268229 Update comments-bundle/contao/dca/tl_comments.php
1af088a Add the missing is_array() check to the tl_comments DCA
e470ef3 Also apply the logic to the `generateHeaderButtons()` method
b988158 Add the missing tl_calendar_events labels
7f5436a Fix a duplicate trans-unit ID
8458dbb Correctly load the labels for the global button

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
leofeyer added a commit to contao/comments-bundle that referenced this issue Jun 12, 2023
Description
-----------

Fixes contao/contao#5393

This can only be added in Contao 5 since we re-implemented the tooltips script (it previously did not "respect" the title tag). Since this is also changing the labels markup, I think it is better to target a new minor version.

Commits
-------

424b0737 Use a status-aware title for toggle fields
a77a55f7 Update the scripts
a268229b Update comments-bundle/contao/dca/tl_comments.php
1af088aa Add the missing is_array() check to the tl_comments DCA
e470ef34 Also apply the logic to the `generateHeaderButtons()` method
b9881589 Add the missing tl_calendar_events labels
7f5436ab Fix a duplicate trans-unit ID
8458dbb0 Correctly load the labels for the global button

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
leofeyer added a commit to contao/calendar-bundle that referenced this issue Jun 12, 2023
Description
-----------

Fixes contao/contao#5393

This can only be added in Contao 5 since we re-implemented the tooltips script (it previously did not "respect" the title tag). Since this is also changing the labels markup, I think it is better to target a new minor version.

Commits
-------

424b0737 Use a status-aware title for toggle fields
a77a55f7 Update the scripts
a268229b Update comments-bundle/contao/dca/tl_comments.php
1af088aa Add the missing is_array() check to the tl_comments DCA
e470ef34 Also apply the logic to the `generateHeaderButtons()` method
b9881589 Add the missing tl_calendar_events labels
7f5436ab Fix a duplicate trans-unit ID
8458dbb0 Correctly load the labels for the global button

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
leofeyer added a commit to contao/faq-bundle that referenced this issue Jun 12, 2023
Description
-----------

Fixes contao/contao#5393

This can only be added in Contao 5 since we re-implemented the tooltips script (it previously did not "respect" the title tag). Since this is also changing the labels markup, I think it is better to target a new minor version.

Commits
-------

424b0737 Use a status-aware title for toggle fields
a77a55f7 Update the scripts
a268229b Update comments-bundle/contao/dca/tl_comments.php
1af088aa Add the missing is_array() check to the tl_comments DCA
e470ef34 Also apply the logic to the `generateHeaderButtons()` method
b9881589 Add the missing tl_calendar_events labels
7f5436ab Fix a duplicate trans-unit ID
8458dbb0 Correctly load the labels for the global button

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
leofeyer added a commit to contao/newsletter-bundle that referenced this issue Jun 12, 2023
Description
-----------

Fixes contao/contao#5393

This can only be added in Contao 5 since we re-implemented the tooltips script (it previously did not "respect" the title tag). Since this is also changing the labels markup, I think it is better to target a new minor version.

Commits
-------

424b0737 Use a status-aware title for toggle fields
a77a55f7 Update the scripts
a268229b Update comments-bundle/contao/dca/tl_comments.php
1af088aa Add the missing is_array() check to the tl_comments DCA
e470ef34 Also apply the logic to the `generateHeaderButtons()` method
b9881589 Add the missing tl_calendar_events labels
7f5436ab Fix a duplicate trans-unit ID
8458dbb0 Correctly load the labels for the global button

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
leofeyer added a commit to contao/news-bundle that referenced this issue Jun 12, 2023
Description
-----------

Fixes contao/contao#5393

This can only be added in Contao 5 since we re-implemented the tooltips script (it previously did not "respect" the title tag). Since this is also changing the labels markup, I think it is better to target a new minor version.

Commits
-------

424b0737 Use a status-aware title for toggle fields
a77a55f7 Update the scripts
a268229b Update comments-bundle/contao/dca/tl_comments.php
1af088aa Add the missing is_array() check to the tl_comments DCA
e470ef34 Also apply the logic to the `generateHeaderButtons()` method
b9881589 Add the missing tl_calendar_events labels
7f5436ab Fix a duplicate trans-unit ID
8458dbb0 Correctly load the labels for the global button

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
leofeyer added a commit to contao/core-bundle that referenced this issue Jun 12, 2023
Description
-----------

Fixes contao/contao#5393

This can only be added in Contao 5 since we re-implemented the tooltips script (it previously did not "respect" the title tag). Since this is also changing the labels markup, I think it is better to target a new minor version.

Commits
-------

424b0737 Use a status-aware title for toggle fields
a77a55f7 Update the scripts
a268229b Update comments-bundle/contao/dca/tl_comments.php
1af088aa Add the missing is_array() check to the tl_comments DCA
e470ef34 Also apply the logic to the `generateHeaderButtons()` method
b9881589 Add the missing tl_calendar_events labels
7f5436ab Fix a duplicate trans-unit ID
8458dbb0 Correctly load the labels for the global button

Co-authored-by: leofeyer <1192057+leofeyer@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature help wanted Issues and PRs which are looking for volunteers to complete them.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants