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 16186 - Actions Move Up, Move Down are disabled on #attribute: nodes
Summary: Actions Move Up, Move Down are disabled on #attribute: nodes
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tree-Edit (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ lkramolis
URL:
Keywords:
Depends on: 17660
Blocks:
  Show dependency tree
 
Reported: 2001-10-03 17:39 UTC by Martin Schovanek
Modified: 2007-09-25 06:06 UTC (History)
0 users

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 Martin Schovanek 2001-10-03 17:39:46 UTC
[Linux, jdk1.3.1, NB Build 200110030100]

And the actions want on other nodes.
Comment 1 Martin Schovanek 2001-10-04 16:28:45 UTC
Regression.
Comment 2 _ lkramolis 2001-10-18 19:05:45 UTC
It looks like problem with looks. :-) Problem could same as in #16178
- XMLStructureLook is too lazy. When I debbuged it, attribute's parent
has Index cookie (which is need to enable Move Up | Down actions), but
attribute node think that it does not.

When I switch to nodes withou Looks usage, everything works good.
Comment 3 _ lkramolis 2001-11-14 13:51:36 UTC
It depends on #17660 - LookNode does not support equals method.
Comment 4 _ lkramolis 2001-11-14 17:25:11 UTC
While it depends on #17660 (openidex, P3) and workaround exists
('Change Order' action on parent node), priority changed to P3.
Comment 5 _ lkramolis 2001-11-15 09:47:06 UTC
Fixed with hack because of #17660. When that bug will be fixed, hack
in  AbstractParentNode can be removed.
Comment 6 Martin Schovanek 2002-01-10 09:09:30 UTC
VERIFIED
Comment 7 Quality Engineering 2003-07-02 08:38:42 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.