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

Not possible to reach submenu of timeAxisHeaderMenu unless moving over the anchor icon #8988

Closed
taauntik opened this issue Apr 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

Forum post

Hi,

there is a slight different behaviour between the task context menu and the time axis header menu:
The submenus of the time axis menu disappear "easier/faster" than in the context menu.
Therefore it's sometimes hard to enter for example a date in the submenu of the Date Range menu because the submenu looses the focus and is closed.

Is this different behaviour because the sub-menu items of the time axis header menu are of type 'popup'?
If yes, is it necessary that they are of this type and how can I change it without having to override the whole menu?

Thanks in advance for any hints.

msedge_9yZ6zfGKhE.mp4
@taauntik taauntik added bug Something isn't working forum Issues from forum OEM OEM customer labels Apr 12, 2024
@ExtAnimal
Copy link

This is the issue which @matsbryntse was looking at recently. It's just the mouseout listener firing. @matsbryntse is your branch still active?

The submenu is "connected" to the parent menu through the anchor element and if the mouse is moved through that, it works. It's a bad UX.

It should be on a timer which is cancelled when the mouse enters the submenu.

@matsbryntse matsbryntse self-assigned this Apr 13, 2024
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Apr 13, 2024
@matsbryntse matsbryntse added this to the 5.6.10 milestone Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants