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 28351

Summary: It is impossible invoke popup menu on tab when another editor has focus in splitted pane
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Window SystemAssignee: mslama <mslama>
Status: VERIFIED FIXED    
Severity: blocker CC: pzavadsky
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2002-10-30 13:08:28 UTC
[nb_dev](20021030), [jdk1.4.1](01)

Steps to reproduce:
- run IDE
- open two files F1.java and F2.java
- attach F2.java to Source Editor | left
- click inside F1.java pane (cursor blinks in the
source)
- right click on tab F2.java
-> no popup arise

You must click inside editor area, than you can
invoke new popup. It works when both are in the
separate window, but not if both are in the same
window in the splitted pane.
Comment 1 Peter Zavadsky 2002-12-05 10:09:18 UTC
For me is seems it is working.

I tried MDI, jdk1.4.1 linux.


Please could you try it out again? Thanks
Comment 2 Marian Mirilovic 2003-01-06 12:44:09 UTC
Peter, it still doesn't work for me, [nb_dev](20030106),
[jdk1.4.2.](b10)
Comment 3 mslama 2003-01-10 10:49:05 UTC
Fixed in main trunk. Condition for invoking popup menu was fixed to
work correctly when there is more panes in split container and another
pane tab is clicked.

Modified:
core/src/org/netbeans/core/windows/frames/TabHandlePopupListener.java
r.1.3
Comment 4 mslama 2003-01-10 10:49:50 UTC
Fixed.
Comment 5 Marian Mirilovic 2003-01-15 12:34:35 UTC
verified in [nb_dev](20030115)