By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1323

Summary: Add GUI control to configure menu popup delay
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: enhancement CC: bugwatch, darrella
Priority: P1    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Other   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on: 1317    
Bug Blocks:    
Attachments: Patch to add a GUI control for configuring menu popup delay
Patch to keep tdelibs consistent with tdebase

Description Darrell 2012-11-15 13:49:01 CST
TDE/Qt3 supports an option to control the delay period for when a selected menu appears. Currently there is no GUI control for this setting.

There is a current work-around that requires manually editing a configuration
file. The underlying control is maintained in $HOME/.qt/kstylerc:

[Settings]
PopupMenuDelay=xxx

I believe the default is 256 milliseconds.

Experimenting with the config file, for example, 0 and 1000, indicates the option is supported and only the GUI control is missing.
Comment 1 Darrell 2012-11-16 18:35:49 CST
Created attachment 987 [details]
Patch to add a GUI control for configuring menu popup delay

This patch works for me on Slackware. Somebody using a different distro should test before pushing to GIT.

The slider/spinner control is added to KControl -> Appearance & Themes -> Style -> Style -> Widget Style.
Comment 2 Darrell 2012-11-16 19:18:59 CST
Created attachment 988 [details]
Patch to keep tdelibs consistent with tdebase
Comment 3 Darrell 2013-03-02 21:29:41 CST
Patch in attachment 987 [details] pushed to GIT in commit 0cb3dd41.

Patch in attachment 988 [details] pushed to GIT in commit 8339faaa.

Resolved.