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 757278 - Viewing document in fullscreen (F11), type to search only enters first key press into search box
Viewing document in fullscreen (F11), type to search only enters first key pr...
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.18.x
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-10-29 00:13 UTC by Eduardo Silva
Modified: 2015-12-10 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
searchbar: Fix lost keypresses when searching in fullscreen (942 bytes, patch)
2015-12-09 13:49 UTC, Bastien Nocera
committed Details | Review

Description Eduardo Silva 2015-10-29 00:13:47 UTC
When viewing a document in fullscreen (with F11 key):

Start typing, the search box appears with only the first key entered. New keypresses also aren't entered.

This works fine outside of fullscreen.

Fedora 23
Gnome 3.18.1
Comment 1 Debarshi Ray 2015-10-30 16:05:53 UTC
Yes, I can reproduce.
Comment 2 Bastien Nocera 2015-12-09 13:49:06 UTC
Created attachment 317034 [details] [review]
searchbar: Fix lost keypresses when searching in fullscreen

Make the entry grab the focus when starting a search, otherwise the
subsequent key presses will go to the view instead.
Comment 3 Cosimo Cecchi 2015-12-09 16:17:40 UTC
Review of attachment 317034 [details] [review]:

Looks good to me, thanks.
Comment 4 Bastien Nocera 2015-12-10 10:17:35 UTC
Attachment 317034 [details] pushed as 8332ecb - searchbar: Fix lost keypresses when searching in fullscreen