Bug 7545

Summary: Clicking the "Start" menu and logout too quick doesn't work
Product: [Retired] Red Hat Linux Reporter: David Balažic <david.balazic>
Component: gtk+Assignee: Owen Taylor <otaylor>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-04 16:14:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Balažic 1999-12-03 16:00:51 UTC
GNOME desktop :
If I click on the GNOME menu ( i believe this is its name ), actually on
the icon and when the menu appears I click on "Logout" , nothing happens.
This happens only if I do the two clicks fast.
Maybe GNOME misunderstands the two clicks as one double-click ?

It probably happens with other menu entries too, but I didn't try.

I installed RH6.1 from the ISO image from ftp.netscape.com ( .cz mirror
actually )

Comment 1 Owen Taylor 2000-02-03 19:56:59 UTC
This is a small GTK+ bug that I now have a patch for that
I'll be putting in the Red Hat GTK+ packages in Raw Hide
soon.

Thanks,
                                          Owen

Comment 2 Owen Taylor 2000-02-04 16:14:59 UTC
Patch now applied to the package.

Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor>

	* gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
	the activate_time to 0, so that we handle a quick
	press/release press/release properly and don't suppress
	the second release. (Red Hat bug #7545)