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 732124 - [Regression] Pop-up menu no longer available
[Regression] Pop-up menu no longer available
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: pdf annotations
git master
Other Linux
: Normal major
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-23 18:55 UTC by giselle
Modified: 2014-06-24 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description giselle 2014-06-23 18:55:22 UTC
After recent updates on the master branch, the pop-up menu that appears upon right-clicking a page is empty.

Right-clicking an annotation or a link shows a menu with these elements' options, but right-clicking another area of the document shows an empty menu (only a small line).
Comment 1 Germán Poo-Caamaño 2014-06-23 22:51:06 UTC
Try 'git bisect' to determine the culprit.  See
http://git-scm.com/book/en/Git-Tools-Debugging-with-Git

Likely one of the commits from the recent changes to GMenu. Bug 732135 is similar to this one, though not the same.
Comment 2 Germán Poo-Caamaño 2014-06-24 06:13:49 UTC
Nevermind, I found some time.  The regression was introduced in
https://git.gnome.org/browse/evince/commit/?id=8bb5fce0
Comment 3 Carlos Garcia Campos 2014-06-24 13:27:56 UTC
Yes, for some reason the common options of the context menu were removed and I didn't notice it. Anyway, I've just moved popup menus to use GMenu too, and added back the common options.