After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710183 - On-screen keyboard disappears after each character entered into the live search entry
On-screen keyboard disappears after each character entered into the live sear...
Status: RESOLVED OBSOLETE
Product: empathy
Classification: Core
Component: Contact List
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-15 13:00 UTC by Philip Withnall
Modified: 2018-05-22 16:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Withnall 2013-10-15 13:00:28 UTC
When the live search entry automatically selects the first contact in the view, it shifts focus to the view and away from the search entry. This is fine on a laptop because the view can receive key press events and forward them to the search entry. However, on a touchscreen device, moving the focus away from the search entry makes the on-screen keyboard disappear, which makes it impossible to enter more search characters without clicking on the search entry again.

The offending code is here:
https://git.gnome.org/browse/empathy/tree/libempathy-gtk/empathy-roster-view.c#n1459

This could be fixed by only calling select_first_contact() if Empathy is not being run on a touchscreen device. However, I’m not sure of the best way to do this. I think we’d have to remember whether the GdkEvent for the most recent key press in the search entry came from a GDK_SOURCE_TOUCHSCREEN GdkDevice and forward that up from the search entry to the roster view.
Comment 1 GNOME Infrastructure Team 2018-05-22 16:21:07 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/745.