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 28360

Summary: Explorer popup menu(S+F10) on tree node is painted on wrong place
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: ExplorerAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Popup menu invoked by Shift+F10 on tree node

Description Marian Mirilovic 2002-10-30 17:28:47 UTC
[nb_dev](20021030), [jdk1.4.1](01)
reproducible on Solaris8, Win2000

Steps to reproduce:
- run IDE
- expand folders in Explorer to be tree over whole
Explorer View
- sroll to bottom of the tree (root node isn't
visible - important!)
- invoke popup menu on (some)node by keyboard
(Shift+F10)
-> popup menu is painted on the wrong place(see
attached screenshot)

It seems like position is counted against root of
tree , because distance of right position is
dependent on the size of tree from the root that
isn't visible.

Everything works fine when you invoke popup menu
by right-click.
Comment 1 Marian Mirilovic 2002-10-30 17:31:12 UTC
Created attachment 7814 [details]
Popup menu invoked by Shift+F10 on tree node
Comment 2 Marian Mirilovic 2002-11-11 08:54:47 UTC
*** Issue 28605 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Rechtacek 2002-11-14 11:59:44 UTC
fixed, the coordinates are converted by the root pane
Comment 4 Marian Mirilovic 2002-11-20 10:04:25 UTC
verified in [nb_dev](20021120)