Bug 2813 - [Presentations] Second click on view pull down menu icon should hide menu (1GJURR6)
Summary: [Presentations] Second click on view pull down menu icon should hide menu (1G...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 98
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2001-10-10 22:44 EDT by Simon Arsenault CLA
Modified: 2019-09-06 16:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Arsenault CLA 2001-10-10 22:44:01 EDT
- open the nav view
	- click on the pull down menu icon (triangle pointing downward)
	==> notice menu appears
	- click on the pull down menu icon again
	==> notice menu is removed but a new one appears.

	This is not the behavior I'd expect from a windows app. If you click
	on the top left icon of a window, the system menu appears. Click on the
	icon again and the menu disappears.

	We should do the same with pull down menu tool items. (like the
	new wizard tool item).

NOTES:
	CM (10/2/01 10:40:42 PM)
		If you are modifying the triangle menu behavior, be sure to test on Motif as well.
		The current behavior is not Motif-like, either. On Motif, you have to click and hold
		to get a menu.
Comment 1 DJ Houghton CLA 2001-10-29 19:18:29 EST
PRODUCT VERSION:
	0.135 Win 98 SE (also on Win 2000)

Comment 2 Simon Arsenault CLA 2002-01-25 09:58:44 EST
For later work...
Comment 3 Randy Giffen CLA 2002-08-08 15:54:44 EDT
Reopen for investigation
Comment 4 Thomas Arns CLA 2003-10-29 05:05:02 EST
btw: double click on system menu button should close view (for compatibility 
reason with MS Windows). now it acts like a double click on the view title and 
maximizes the view.
Comment 5 Kim Horne CLA 2004-10-31 17:29:42 EST
This is still an issue in 3.1
Comment 6 Paul Webster CLA 2006-09-28 10:58:29 EDT
There are currently no plans to work on this feature.

PW
Comment 7 Denis Roy CLA 2007-06-22 09:32:27 EDT
Changes requested on bug 193523
Comment 8 Remy Suen CLA 2007-09-19 15:47:20 EDT
ViewPane's showViewMenu(Point) method is where the SWT popup Menu becomes visible. We can use a boolean field to store whether the Menu is being shown or not to tell it to show up or not although the menu won't actually show despite the fact that the method is called "showViewMenu".

We could add a hideViewMenu method but someone somewhere will need to store a field to determine which one to show.

Paul, what are your thoughts on this?

I'm also seeing some refactoring-ish TODO tags in PartPane and ViewPane. Is Platform/UI planning to change these classes for 3.4?
Comment 9 Eclipse Webmaster CLA 2019-09-06 16:17:27 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.