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 - It is impossible invoke popup menu on tab when another editor has focus in splitted pane
Summary: It is impossible invoke popup menu on tab when another editor has focus in sp...
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:
Depends on:
Blocks:
 
Reported: 2002-10-30 13:08 UTC by Marian Mirilovic
Modified: 2008-12-23 11:40 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 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)