Skip to content

a11y: Check display in `*grab_cell_focus()`

Olivier Fourdan requested to merge ofourdan/gtk:issue1507-bis into gtk-3-24

Calling the accessibility function grab_focus() on a GtkCell under Wayland will cause the client to crash.

This is another case of gdk_x11_get_server_time() being called regardless of the actual windowing backend used.

Closes: #1507 (closed)

Merge request reports