Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menubar not responding correctly to mouse inputs #443

Closed
rp181135198 opened this issue Oct 7, 2021 · 5 comments
Closed

Menubar not responding correctly to mouse inputs #443

rp181135198 opened this issue Oct 7, 2021 · 5 comments
Milestone

Comments

@rp181135198
Copy link

Description
When I click on any menubar item, It shows me the dropdown menu till I relase the mouse button. Once I relase the mouse button, the dropdown menu disappears.

Steps to reproduce

  1. Create new 'Class Diagram' diagram
  2. Click on 'File' (or any menubar item) and keep mouse button pressed
  3. Relase the mouse button
  4. See error

Screenshots

  1. Click on 'File' (or any menubar item) and keep mouse button pressed
    Click on 'File' (or any menubar item) and keep mouse button pressed

  2. Relase the mouse button
    Relase the mouse button

Configuration

Additional information
I can't select any option from dropdown menu but keybord shortcuts are working fine.

@prmr
Copy link
Owner

prmr commented Oct 8, 2021

Hi, thanks for reporting this bug. Could you please confirm that after clicking on the menu item, you do not drag the mouse below the menu item. Because it's standard JavaFX behavior to clear the menu if you click-then-drag. To pin the menu, you have to just click.

@rp181135198
Copy link
Author

Hi @prmr,
Actually I have tried both with dragging and without dragging my mouse but I got the same result.

Below is some results that you may find helpful..

  • Right click on File (and without dragging) released the mouse button
    => Drop-down menu disappear

  • Right click on File, drag mouse arrow to any drop-down menu option and release the mouse button
    => Drop-down menu disappear and No command executed

  • Right click on File, drag mouse arrow to any drop-down menu option and Left click
    => Drop-down menu disappear and No command executed

  • Right click on File and without releasing mouse button, used up and down arrow key to select any option from drop-down menu and hit Enter key
    => Drop-down menu disappear and Selected command executed ✔️

  • Used Alt+F and then without releasing any key, used up and down key to select any option from drop-down menu and hit Enter key
    => Drop-down menu disappear and Selected command executed ✔️

@prmr
Copy link
Owner

prmr commented Nov 16, 2021

Thanks. These issues seem to be Linux-specific. We currently don't have a contributor on Linux, but I'll leave the issue open so we can look into it in the future.

@prmr prmr added this to the Wish List milestone Nov 16, 2021
@prmr
Copy link
Owner

prmr commented Jun 29, 2023

Have you tried with Java 17?

@prmr
Copy link
Owner

prmr commented Jan 19, 2024

Can't reproduce the issue on Linux Mint 21.1. Was probably due to an incompatible JDK.

@prmr prmr closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants