pq27602 - The insertion index returned during a drag and drop operation should not be nil ------------------------------------------------------------------------------------------------------------------ Affected Platforms: Affected Features: Base Smalltalk Prerequisites: V4.5 Symptom: Testing using extended widgets (rather than Abt layer) shows that when an object in one EwTableList is dragged and dropped onto the last item of a second EwTableList, the insertionIndex value returned is nil. It is suppose to be the index of the item before which the sourceItems should be inserted. If zero, then the sourceItems should be appended to the end of the list. Solution: Open a workspace on file pq20209.st and file in the patch.