kingyiren / flex-object-handles

Automatically exported from code.google.com/p/flex-object-handles
0 stars 0 forks source link

null pointer exception when setting and unsetting current selecion with events #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have two different events respectively set and unset the selection with
SelectionManager.instance.setSelected(obj) and .selectNone()
2. trigger the events in order of select and deselect
3. if the timing is right a nullpointer exception should occur on line 63
of SelectionManager.as

This problem occurs in all versions, I have provided a .diff file that
fixes the problem.

Original issue reported on code.google.com by tverv...@gmail.com on 31 Jul 2009 at 8:49

Attachments:

GoogleCodeExporter commented 8 years ago
This change had been previously merged in, closing this issue.

Original comment by marc.hug...@gmail.com on 22 Dec 2009 at 4:00