https://bugs.kde.org/show_bug.cgi?id=391813

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> ---
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.

Reply via email to