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 - Explorer popup menu(S+F10) on tree node is painted on wrong place
Summary: Explorer popup menu(S+F10) on tree node is painted on wrong place
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 28605 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-30 17:28 UTC by Marian Mirilovic
Modified: 2008-12-22 18:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Popup menu invoked by Shift+F10 on tree node (32.59 KB, image/gif)
2002-10-30 17:31 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
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)