GNOME Bugzilla – Bug 786964
Emoji Chooser: Can't scroll clicking on the scroll bar
Last modified: 2017-09-01 23:35:40 UTC
Clicking somewhere on the scroll bar of Emoji chooser popover does nothing. Ideally it should scroll to the right location
Hm.. This seems to random. Not happening always. I couldn't find a reliable way to reproduce this.
works here
(In reply to Matthias Clasen from comment #2) > works here Hm.. Found a way to reproduce: 1. In some GtkEntry, right click -> Insert Emoji. 2. Click on the middle of scroll bar (the scroll bar moves) 3. Now press Escape (and the popover hides) 4. Now again, right click on GtkEntry -> Insert Emoji 5. Click on the middle of the scroll bar Result: The second interaction with scroll bar is futile Please close in case you can't reproduce. Thanks
still just works here. is this with master or 3.22 ?
(In reply to Matthias Clasen from comment #4) > still just works here. is this with master or 3.22 ? 3.22 in jhbuild on X11. I first doubted if that was my mouse. But the same issue is present with touchpad too. should I update any module other than gtk+-3?
Created attachment 358785 [details] [review] emoji-chooser: fix subsequent scroll Event handlers on scroll window should only be run once the widget is shown.
I really don't know what to write as the commit message. Hope the patch is right, as it seems to fix the issue
Attachment 358785 [details] pushed as 8d0dc64 - emoji-chooser: fix subsequent scroll