why would you remove scrollview right after you inserted something into the view. Seems like an edge case that shouldn't happen and can be programmed around.
I totally disagree with such a reply.
This case can happen because you cannot expect how UI is implemented & how a user interacts with it.
I originally reported this problem because it happened in my UI case. For example, I create a screen with scrollView & a touch event to remove this screen. How could you expect “when” a user touch the screen and trigger it? What if the user clicks on something on the screen to remove the screen right after it’s created.
More than one developer had posted on this thread saying they are seeing the same error. How could we all intentionally do such a non-sense thing?
The test case from Satheesh is just to reproduce the error in a straight forward way. He made a great effort to discover the mystery, what a great job. But Corona’s reply really makes people feel disappointed!