Bug 565030 - Project Explorer fails to show context menu
Summary: Project Explorer fails to show context menu
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.16   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility, ui, usability
Depends on:
Blocks:
 
Reported: 2020-07-07 15:04 EDT by Gustavo Menezes CLA
Modified: 2021-08-19 13:25 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Menezes CLA 2020-07-07 15:04:53 EDT
This error has occurred since the release of Linux on Linux, as the touchpad driver!

When we use this driver with the use of two fingers to show the context menu (right mouse button) it does not show the context, but it acts the same as if you were clicking with the (left mouse button) only in project explorer.

A workaround is using synaptics drivers, but is deprecated...
Comment 1 Gustavo Menezes CLA 2020-07-07 15:07:45 EDT
(In reply to Gustavo Menezes from comment #0)
> This error has occurred since the release of Linux on Linux, as the touchpad
> driver!
> 
> When we use this driver with the use of two fingers to show the context menu
> (right mouse button) it does not show the context, but it acts the same as
> if you were clicking with the (left mouse button) only in project explorer.
> 
> A workaround is using synaptics drivers, but is deprecated...

using libinput the bug occurs
Comment 2 Alexander Kurtakov CLA 2020-07-07 16:14:37 EDT
Fedora 32 with Wayland (and thus libinput as synaptics is not an option at all under wayland) two fingers click works just fine for me.
Comment 3 Gustavo Menezes CLA 2020-07-08 14:12:49 EDT
(In reply to Alexander Kurtakov from comment #2)
> Fedora 32 with Wayland (and thus libinput as synaptics is not an option at
> all under wayland) two fingers click works just fine for me.

Ubuntu 20.04 with Xorg
Comment 4 Tim Daley CLA 2020-12-10 12:07:49 EST
I may be having the same problem. Not sure. I have a fresh source build of 2020-09 on Fedora 33 AARCH64 with STS4 and CDT. I am running eclipse with ssh -Y from a Mac running XQuartz. I have a workspace with both Java and C projects. If I 2-finger click the trackpad on a Java source file in Project Explorer I get a context menu. If I 2-finger click the trackpad on a C source file, the context appears and then immediately disappears. OCCASIONALLY, If I get things just right, I am able to 2-finger click-and-hold and the context menu will stay up. Then I can release one finger and move the mouse pointer in the context menu. My success rate is probably 1 in 5.

Is this the same issue?
Comment 5 Alexander Kurtakov CLA 2021-08-17 13:46:48 EDT
Do you guys still face the issue?
Comment 6 Tim Daley CLA 2021-08-19 13:25:03 EDT
I am no longer having the issue. I'm not sure why it's working now as I have not upgraded eclipse at all. I have however upgraded to Fedora 34. That may have fixed it.