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

Summary: DV: no undo if items are dropped from palatte.
Product: xml Reporter: Samaresh Panda <samaresh>
Component: Schema ToolsAssignee: Samaresh Panda <samaresh>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.