feedback on several containerController
Hi,
If you use several dynamic ContainerContainer, the last container must NOT be empty. Otherwise you can get some #1009 error on text selection... in any case, it's my case.
In my app, if the text in the TextFlow is not present in all containerController, it is impossible to select text. In the method scrollTimerHandler(event: Event) (on ContainerController), findFirstAndLastVisibleLine () return an array of null object, and an #1009 error is throws (lastVisibleLine is null).
Now I test the existence of the text in all containerController, and it works fine. But It seems to me that is a little annoying if we not being able to create empty ContainerContainer...
It's an unusual case of use ? The last ContainerController must not be empty? Perhaps, I use a bad way for the creation of containerControllers (even if it seems to me that this is not very complicated). anyone else with this type of problem?
regards
Fabien
