Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8.3, 1.9 M2
-
None
-
Unit
-
Unknown
-
Description
The removeObject function looks the object by using getNumber() on the object removed and uses this as the index.
In some cases the index is not the object number. We should look by indexOf(obj) instead