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 84089 - DV: no undo if items are dropped from palatte.
Summary: DV: no undo if items are dropped from palatte.
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 19:19 UTC by Samaresh Panda
Modified: 2006-10-03 01:58 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 Samaresh Panda 2006-09-02 19:19:08 UTC
No undo for newly dropped item from palatte.

Open a schema, go to design view. If you add items using right click, undo
appears and works. But if you drop an item from palette, undo doesn't work.
Comment 1 Samaresh Panda 2006-09-04 16:51:49 UTC
As soon as user clicks on Palette, the undo manager gets removed from DV. We
need to add undo manager to DV on valid drops.
Comment 2 Samaresh Panda 2006-09-04 16:54:25 UTC
Module: "XML Schema UI - Design"
InstanceUIContext.java; new revision: 1.1.2.16
InstanceDesignerPanel.java; new revision: 1.1.2.36

Module: "XML Schema Core"
SchemaABEViewMultiViewElement.java; new revision: 1.1.2.40;
Comment 3 Samaresh Panda 2006-09-28 00:53:07 UTC
Verified.