Bug 103376 - Decoder for "createComposite" type methods should get all offsets first
Summary: Decoder for "createComposite" type methods should get all offsets first
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Srimanth CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 15:33 EDT by Richard Kulp CLA
Modified: 2011-06-13 11:38 EDT (History)
0 users

See Also:


Attachments
The class to use. (5.57 KB, application/octet-stream)
2005-07-11 15:34 EDT, Richard Kulp CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Kulp CLA 2005-07-11 15:33:32 EDT
Take the attached class, do a change layout to Form, and then do an undo.

The decoders will reorder the three Shell child composites several times as it
decodes. The problem is that when it processes the first createComposite on the
undo (due to offset changes) the other two createComposites do not yet have
their offsets changed. Eventually it gets through the list and they are now all
in the right place, but it causes a lot of moving around to occur before it
settles down.
Comment 1 Richard Kulp CLA 2005-07-11 15:34:51 EDT
Created attachment 24561 [details]
The class to use.

Note: Must catch up first because this will fail because of another bug
#103019. While fixing that other bug is when I noticed this one occurring.
Comment 2 Srimanth CLA 2005-07-14 10:59:07 EDT
Since this is just more churn and not anything serious, should be fixed for 1.2M1.