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 83505 - Synch issue between proxy and its origin in Design view
Summary: Synch issue between proxy and its origin in Design view
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 20:26 UTC by htt
Modified: 2006-08-29 18:25 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 htt 2006-08-25 20:26:02 UTC
With trunk build 060824, jdk1.5.0_07...

open a new schema -> Design Pattern=VB
In Design view, 
  d/d complex type ct1
  d/d element e1 to ct1
  d/d 'all' to e1 -> e1Type is generated
  d/d attributes att1, att2, att3 to e1 -> Source view ok
  delete att2 from e1Type -> att2 is deleted from e1 & e1Type (both in Design &
Source views)
  delete att3 from e1 -> att3 is deleted from e1 but remains in e1Type (both in
Design & Source views)
Comment 1 htt 2006-08-25 23:10:21 UTC
Addendum (to original Description): 
     d/d = drag and drop
     VB  = Venetian Blind
Comment 2 Samaresh Panda 2006-08-29 00:42:33 UTC
Fix integrated
Checking in AXIModelUpdater.java;
new revision: 1.1.2.20;
Comment 3 htt 2006-08-29 18:25:46 UTC
Verified in build 060829_8.