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 137411

Summary: Bad cursor behaviour over menus
Product: platform Reporter: pkaczyns <pkaczyns>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker CC: pchytil
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description pkaczyns 2008-06-17 12:05:15 UTC
Scenario to reproduce:
1) start NB with default UI layout (as installed)
2) Open at least one project (we want to have a tree in FILES tab)
3) minimize FILES tab to the left (with this small icon)
4) Narrow the size (not too much) of the left pane with project and services tabs,
5) Open the files tab from the left minimization bar (do not pin it to the left panel!)
6) Move the mouse cursor over the edge between left and center panes, the cursor changes to the resize mode, but the
files tab is opened and is floating over this edge, so it shouldn't change!

I know it's minor issue, but hey, this keeps annoying me :)
Comment 1 Petr Chytil 2008-06-17 13:17:17 UTC
Hi pkaczyns, thanks for your report.
Could you please provide additional informations? NetBeans version, OS, JDK etc.
I was trying to reproduce it on NB 6.1 without any success.
Comment 2 Petr Chytil 2008-06-23 12:45:56 UTC
Ok, joshis helped me to reproduce it. It really is an annoying issue. Step 6) in this scenario is missing one important
thing:
You have to invoke pop up menu on some node in the slided-out files window. Now, the pop up menu is being drawn over the
edge of the slided-out window - this hidden edge is the area, where the wrong cursor is being drawn. So when you click
on any of the pop up menu commands with this bad cursor, no action is invoked.