Community
Participate
Working Groups
Caused by the fix for bug 326699. Fix is to check that the selected element is actually one of the container's children before unrendering.
Created attachment 180996 [details] PartRenderingEngine patch v1
(In reply to comment #1) > Created an attachment (id=180996) [details] > PartRenderingEngine patch v1 Patch released to CVS HEAD.
Due to the 'selectedElement' not being changed during DND operations per bug 328078, this bug will manifest itself when you try to drag the last part of a stack into another stack. The original stack will still be pointing at the part in question and will get unrendered if the fix is not there.