pq21640 -PacketingContainerDetailsView does not display correctly --------------------------------------------------------------------- Affected Platforms: All Affected Features: BaseSmalltalk Prerequisites: None Symptom: When a form that contains an AbtPacketingContainerDetailsView is added to another form as in the following code: addForm "comment" | newForm | newForm := PacketForm new. (self subpartNamed: 'Form1') subpartNamed: 'Form2' put: newForm. newForm openWidget. the heights for some of the widgets are different when the form containing the packet container is placed in the main view's form versus when it is run alone. When I inspect the AbtPacketingContainerDetailsView primaryWidget-->AbtEwPacketingTableList --> packetingForm, the packetingForm's height is much larger than it should be. If I reset it to what is was when the form is run standalone then the statusArea and packetingButton will now appear, but the container itself is still too small. If I then set the AbtEwPacketingTableList ewPrimaryWidget height to what is was before, then the view looks OK. Solution: Open a workspace on pq21640.st and file in the fix.