You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens even if I do a 100 ms delay before and after the enablement change so it does not look like a problem of changing something currently being rebuilt.
On layout changes, text inputs that change enablement are sometimes generationg this Gtk critical error:
Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
It sometimes causes random VM crashes
To reproduce, load this code:
SpTextInputLeakPresenter.zip
and run
SpTextInputLeakPresenter run
.See the console, after some time, errors are printed.
Interesting points:
The text was updated successfully, but these errors were encountered: