[kded-appmenu] [Bug 391813] App menu window decoration has an excessively long delay before opening submenus on mouse hover

2024-06-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391813

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #9 from Nate Graham  ---
That makes this an usptream issue with QMenu; please follow up with Qt if you
find that it's still an issue today with Qt6-based KDE software.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 391813] App menu window decoration has an excessively long delay before opening submenus on mouse hover

2018-03-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391813

--- Comment #8 from ghavami...@hotmail.com ---
Yes it's same in doplhin menu system.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 391813] App menu window decoration has an excessively long delay before opening submenus on mouse hover

2018-03-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=391813

--- Comment #7 from David Edmundson  ---
Can you confirm it's the same with dolphin context menus so I can recategorise
this more appropriately?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 391813] App menu window decoration has an excessively long delay before opening submenus on mouse hover

2018-03-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391813

--- Comment #6 from ghavami...@hotmail.com ---
I see you're  point, accidentally opening sub-menus, though if you look at it
another way, which is my experience via launcher menu, it's fine to have them
open sequentially immediately and very responsively, until you reach your
desired sub-menu and if you drift off that somehow, it is as immediately
corrected, by virtue of it being immediately responsive, as the mistake was
made initially, by realigning to your desired sub-menu; if this were  a
recurrent problem it may be more to do with the geometry of the menu being easy
to drift off of; the alternative solution of a delay means the compromise of a
delay in opening the desired sub-menu choice and so invites an arguably
unnecessary click to open it, if you are impatient like myself, and can't wait
for the hover to open it, which isn't a bad way of doing things, but less
economical and fluid. personally, without fluidity and a hotkey to open and
display the menu prior to my cursor reaching the sub-menus, I'd not use the
global menu, when I can have them ever present to directly access on the
traditional menu bar, the only purpose of the global menu is aesthetic
otherwise and to provide slightly more screen space but not for a compromise in
workflow

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 391813] App menu window decoration has an excessively long delay before opening submenus on mouse hover

2018-03-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=391813

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #5 from David Edmundson  ---
Would you say the context menus in dolphin have an "excessively long delay"

There's two things at play here:

1) appmenu potentially has some delay as it has two query the relevant app on
open. My timing normally has that in the order of <1ms. So I'd be surprised.

2) QMenu's (that this doing this rendering) has sloppy menu support. This makes
it easier to select an item from a submenu whilst moving the mouse diagonally
without activating another menu. Something kicker doesn't share the same
settings for as it's a different menu implementation.

The latter is technically changable in the breeze theme; see relevant enums in
https://doc.qt.io/qt-5/qstyle.html#StyleHint-enum mostly
QStyle::SH_Menu_SubMenuPopupDelay but also
QStyle::SH_Menu_SubMenuSloppyCloseTimeout. We can tweak them, but those delays
are there for a reason.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 391813] App menu window decoration has an excessively long delay before opening submenus on mouse hover

2018-03-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391813

--- Comment #4 from ghavami...@hotmail.com ---
in relation to this menu, is there any way a shortcut key could be made to open
it? I put this request in a separate feature request though probably not very
clearly...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kded-appmenu] [Bug 391813] App menu window decoration has an excessively long delay before opening submenus on mouse hover

2018-03-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391813

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---
Summary|global menu responsiveness  |App menu window decoration
   ||has an excessively long
   ||delay before opening
   ||submenus on mouse hover
 CC||k...@privat.broulik.de
 Status|NEEDSINFO   |CONFIRMED

--- Comment #3 from Nate Graham  ---
Ah, I see what you mean now.

-- 
You are receiving this mail because:
You are watching all bug changes.