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 156520 - JSF Visual Editor - group panel doesn't allow re-ordering of items
Summary: JSF Visual Editor - group panel doesn't allow re-ordering of items
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 09:56 UTC by syntern
Modified: 2009-05-25 21:07 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 syntern 2009-01-09 09:56:09 UTC
In the JSF Visual Editor, one should try the following:
- Create a Group Panel
- Create a few items (e.g. button, textbox) on it. As you drag the item, you are able to select the relative position of
the item (e.g. before or after the already placed button) on the group panel
- Once the item is placed, you are not able to drag it, once dragged, the whole group panel will move

Required behaviour: one should be able to drag the items inside the group panel, e.g. to reorder them

Only workaround: source code editor, which is not really good, because the major benefit of Netbeans is the visual editor.
Comment 1 Peter Zavadsky 2009-01-09 18:33:35 UTC
There is no need to go into the source. You can change the order via Navigator panel by dragging the items inside the
group panel.

The visual editor doesn't support it because it is not supported by the component itself. Also I think there is missing
an appropriate designtime API (needed some enhancement) for that. I.e. this should be more as an enhancement.

In any case, I decrease to P3, because there is a visual way to do it (see above).