This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 35890 - Right click on workspace button select workspace instead of showing popup menu
Summary: Right click on workspace button select workspace instead of showing popup menu
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2003-09-03 10:26 UTC by Marian Mirilovic
Modified: 2008-12-23 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2003-09-03 10:26:01 UTC
[nb_dev](20030903), [jdk1.4.2_01]

Steps to reproduce:
- run IDE
- right click on Debugging workspace button in
Main window
-> IDE switches worksspace to Debugging instead of
showing popup menu

It's regression against S1S5!
Comment 1 mslama 2003-09-12 14:54:53 UTC
It has longer history. Originaly workspace switcher reacted to
MOUSE_CLICKED event. It was not consistent with JTabbedPane tabs
behaviour so it was changed to react to MOUSE_PRESSED (issue #33491).
But there was no check WHAT mouse button was clicked/pressed
before/now. This check was added to fix this issue.

Fixed in main trunk.

Modified:
core/windows/src/org/netbeans/core/windows/awt/TabControl.java r.1.4
Comment 2 Marian Mirilovic 2003-10-27 14:42:24 UTC
verified in [nb_dev](20031027)