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 - Bad cursor behaviour over menus
Summary: Bad cursor behaviour over menus
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 12:05 UTC by pkaczyns
Modified: 2010-08-11 13:32 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 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.