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

GtkText - did not receive a focus-out event. #107

Open
timlau opened this issue Sep 25, 2024 · 0 comments
Open

GtkText - did not receive a focus-out event. #107

timlau opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working reproduced

Comments

@timlau
Copy link
Owner

timlau commented Sep 25, 2024

Describe the bug

When clearing the search field and pressing Enter the a Gtk Waring is printed

local-yumex:41882): Gtk-WARNING **: 12:28:37.787: GtkText - did not receive a focus-out event.
If you handle this event, you must return
GDK_EVENT_PROPAGATE so the default handler
gets the event as well

Versions
Current Master

Logs
12:28:37 DEBUG : (yumex.ui.window) - Reset search
12:28:37 DEBUG : (yumex.ui.package_settings) - SIGNAL: emit package-filter-changed: installed
12:28:37 DEBUG : (yumex.ui.window) - SIGNAL: package filter changed : installed
12:28:37 DEBUG : (yumex.ui.package_view) - Loading packages : installed
12:28:37 DEBUG : (yumex.utils) - >> Running async job : get_packages_by_filter.
12:28:37 DEBUG : (yumex.utils) - << Completed async job : get_packages_by_filter.

(local-yumex:41882): Gtk-WARNING **: 12:28:37.787: GtkText - did not receive a focus-out event.
If you handle this event, you must return
GDK_EVENT_PROPAGATE so the default handler
gets the event as well
12:28:37 DEBUG : (yumex.utils) - >> starting add_packages_to_store
12:28:37 DEBUG : (yumex.ui.package_view) - Adding packages to store
12:28:37 DEBUG : (yumex.ui.package_view) - --> sorting by : name
12:28:37 DEBUG : (yumex.ui.package_view) - --> number of packages : 2449

@timlau timlau added bug Something isn't working reproduced labels Sep 25, 2024
@timlau timlau self-assigned this Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reproduced
Projects
None yet
Development

No branches or pull requests

1 participant