context menu spawn under mouse cursor thus leading you to click on the uppermost item.
Categories
(Firefox :: Menus, defect, P3)
Tracking
()
People
(Reporter: 6144, Unassigned)
Details
Attachments
(1 file)
13.82 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
right click and sometimes it will just happen.
Actual results:
context menu spawns at the mouse down event and at the mouse up event the item the cursor is erroneously hovering over will get activated.
Expected results:
context menu opens.
![]() |
||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
I can confirm this behavior, but it appears to be specific to Linux systems and I think it might not be valid. Let's leave this opinion to a more documented developer. Thank you for your contribution!
Comment 2•5 years ago
|
||
The priority flag is not set for this bug.
:kmag, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 3•5 years ago
|
||
I'm not sure what component this should be in, but not DOM: Navigation. Mike, do you have any ideas? Maybe some front end component for context menus? Thanks.
Updated•5 years ago
|
Comment 4•5 years ago
|
||
I wonder if we should measure the distance between the starting point of the mouse cursor, and the point at which the pointerup event fires. Then we could have some kind of threshold where if the mouse is within a certain distance of its starting point, then we consider the pointerup as part of the action of opening the context menu.
Updated•3 years ago
|
Description
•