-
-
Notifications
You must be signed in to change notification settings - Fork 70
GTK4 libadwaita issues
Rafael Mardojai CM edited this page Mar 23, 2023
·
11 revisions
This is a list of all known issues seen in the GTK4 + libadwaita port of Dialect:
- Sometimes dimmed widgets get blurred. This includes: text in Search Provider details, disabled
PopoverMenu
items, toolbar buttons loading state, etc. (https://gitlab.gnome.org/GNOME/gtk/-/issues/3833) -
Textviews' context menu disabled element coloring is wrong.Fixed.
- Keyboard navigation does not highlight items reliably.
-
GtkPopover
don't have afocus-widget
property, so the search entry in a language selector isn't focused by default. - You cannot press
Escape
to close the language selector if the search entry is focused. - You cannot press
Return
to choose the first language result.
- AdwCritical errors because of toast queuing issues.
- Styling bug where the "Translate" label is miscolored during the action's transition between enabled and disabled.