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 64531 - [50cat] Collaborate menu at wrong position
Summary: [50cat] Collaborate menu at wrong position
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-09-16 14:33 UTC by host
Modified: 2005-11-01 15:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Collaborate menu at the wrong position (5.79 KB, image/jpeg)
2005-09-16 14:33 UTC, host
Details
tmessages.log (20.11 KB, text/plain)
2005-09-16 15:44 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2005-09-16 14:33:20 UTC
The Collaborate menu appears at the leftmost spot in the menu bar where the File
menu should actually appear. (Using JDK 1.5.0_05)
Comment 1 host 2005-09-16 14:33:56 UTC
Created attachment 24874 [details]
Collaborate menu at the wrong position
Comment 2 Marian Mirilovic 2005-09-16 15:24:41 UTC
Please, be more specific. 
We need at least informations about the build verion/number. Attached
message.log file would be very helpful. Thanks in advance.
Comment 3 host 2005-09-16 15:44:22 UTC
Created attachment 24881 [details]
tmessages.log
Comment 4 host 2005-09-16 15:46:13 UTC
I am using Q-build 200509151455 (actually, the number can be found on the
picture I attached :-)) on Windows 2000 with JDK 1.5.0_05. 

I performed a clean installation with a completely new user directory and
directly after this used the development update center to install all modules
available there.
Comment 5 host 2005-09-18 15:10:26 UTC
I figured out how to reproduce this problem: If both the old and new versioning
modules ("Version Control" and "Versioning") are disabled then the menu is at
the wrong place. If either one of the two modules is enabled and hence its menu
item appears then the Collaborate menu item also is at the correct place.
Comment 6 Marian Mirilovic 2005-09-19 09:00:33 UTC
Thanks, that's it...
Comment 7 David Simonek 2005-09-19 12:48:15 UTC
Passing to collab.
Comment 8 Petr Nejedly 2005-10-12 09:56:19 UTC
Fixed in
collab/ui/src/org/netbeans/modules/collab/ui/resources/layer.xml,v1.3

Will be available through AU as Collaboration UI v1.0.5
Comment 9 host 2005-10-27 13:24:11 UTC
Some sub-modules of the Collaboration module show version 1.0.5 while others
show smaller version numbers. So is this fix to be in the version that you can
download from the AUC now or not? Because the bug with the wrong placement still
happens.

Question: Can't you arrange the position of the Collaborate menu as left of the
Tools menu instead of the Versioning menu (as it is seemingly now). I mean the
Versioning menu could be missing but the Tools menu never, right? So the
positioning would always be right.
Comment 10 Petr Nejedly 2005-10-27 13:46:57 UTC
> Some sub-modules of the Collaboration module show version 1.0.5 while others
> show smaller version numbers.
This is OK, each module is versioned independently, following singificant
changes in them.
What is important is Collab/UI module here. The newest is 1.0.6, but
1.0.5 should be good enough.

> So is this fix to be in the version that you can download from the AUC
> now or not?
AU offers Collab/UI v1.0.6, that is, with this fix.

> Because the bug with the wrong placement still happens.
Then the cause is different. It can be e.g. user override stored in userdir.

> Question: Can't you arrange the position of the Collaborate menu as left of
> the Tools menu instead of the Versioning menu (as it is seemingly now).
No. Or more precisely, I'm actually ordering the menu to be left-of tools, which
is what really happens ("File" is left-of tools as well, right).
I'm also ordering it right-of "CVS" and right-of "Run". I'm already doing more
than usual, I think.
Comment 11 host 2005-11-01 15:51:47 UTC
verified