You are not logged in.
Hello all,
I have been experiencing issues with the right-click menu on Firefox. When I right-click in Firefox the menu quickly shuts. If I hold down the right click the menu stays open until I take my finger off the button. I have tried different mice and different browsers, including Waterfox, and this only occurs in Firefox. Is anyone else experiencing this issue? I suspect it might be a GTK3 issue? Any thoughts?
Firefox 57.0
GTK 3.22.26-1
Thanks.
Last edited by Disco Dave (2017-11-27 19:57:36)
Offline
Firefox 57.0-2 here. Same version of gtk3. Works fine, but I use a touch pad with an emulated right click using either double touch to emulate the right click, or single clicking in the lower left hand corner of the pad.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
57.0-2: works fine for me with emulated secondary click on touchpad (two finger tap); secondary trackpoint button (right button); and secondary mouse button (left button).
However, I have gtk3 3.22.26+47+g3a1a7135a2-3. Is your system outdated? Did you do a partial update?
Last edited by cfr (2017-11-27 01:19:40)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
57.0-2: works fine for me with emulated secondary click on touchpad (two finger tap); secondary trackpoint button (right button); and secondary mouse button (left button).
However, I have gtk3 3.22.26+47+g3a1a7135a2-3. Is your system outdated? Did you do a partial update?
I did update since I made this post.
Name : gtk3
Version : 3.22.26+47+g3a1a7135a2-3
Description : GObject-based multi-platform GUI toolkit
Architecture : x86_64
URL : http://www.gtk.org/
Licenses : LGPL
Groups : None
Provides : gtk3-print-backends
Depends On : atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa cantarell-fonts colord rest libcups libcanberra gtk-update-icon-cache
Optional Deps : None
Required By : blueman engrampa firefox gcr gtk-theme-config gtkmm3 gtksourceview3 libgxps libkeybinder3 libwnck3 libxfce4ui nm-connection-editor polkit-gnome system-config-printer thunderbird timeshift vte3 waterfox-bin webkit2gtk
Optional For : avahi ghostscript gvfs libinput qt5-base
Conflicts With : gtk3-print-backends
Replaces : gtk3-print-backends<=3.22.26-1
Installed Size : 69.91 MiB
Packager : Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Build Date : Sun 26 Nov 2017 04:39:51 PM EST
Install Date : Sun 26 Nov 2017 06:24:40 PM EST
Install Reason : Installed as a dependency for another package
Install Script : Yes
Validated By : Signature
Offline
Are you using bspwm? Does it behave like this?
Offline
Are you using bspwm? Does it behave like this?
You sir are a saint!
That was my exact issue with a solution.
Adding the following to my userChrome.css worked
#contentAreaContextMenu {
margin-left: 4px;
}
Offline