camper/src
jordi fita mas 87f51e733e Focus on the alert text when there is an error
This is to tell screen readers that have to read the text in the
notification, or the notification pops up and orca, at least, does not
know that it needs to read it.

I also had to change the role of SelectableLabel’s TextArea to
StaticText or orca would only read the first line. Not sure if that is
an error, because TextArea does indeed behave like a StaticText (i.e., a
label) in this case, but TextArea has Accessible.multiLine set to true.
2024-12-30 10:31:14 +01:00
..
CMakeLists.txt List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
ErrorNotification.qml Focus on the alert text when there is an error 2024-12-30 10:31:14 +01:00
Expander.qml Add Expander control to show “advanced controls” on login 2024-12-22 04:18:56 +01:00
LoginPage.qml Move the Form role from LoginPage to its ColumnLayout 2024-12-30 10:09:14 +01:00
Main.qml Add automatic login feature 2024-12-27 19:28:31 +01:00
MnemonicAction.qml Add MnemonicLabel and MnemonicAction components 2024-12-21 05:13:46 +01:00
MnemonicLabel.qml Bind MnemonicLabel’s “plain” label to buddy’s Accessible.name 2024-12-30 09:50:36 +01:00
ReservationsPage.qml List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
SelectableLabel.qml Focus on the alert text when there is an error 2024-12-30 10:31:14 +01:00
calendarlistmodel.cpp List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
calendarlistmodel.h List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
database.cpp List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
database.h List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
main.cpp List the labels of all lodgings in QML 2024-12-24 03:46:20 +01:00
mnemonicattached.cpp Bind MnemonicLabel’s “plain” label to buddy’s Accessible.name 2024-12-30 09:50:36 +01:00
mnemonicattached.h Bind MnemonicLabel’s “plain” label to buddy’s Accessible.name 2024-12-30 09:50:36 +01:00