08-10-2012 02:57 PM
I can push data to my TextArea but I can't scroll. When I put the TextArea in a ScrollView then nothing works.
08-12-2012 06:14 AM
Did you use page-scrollview-container-textearea pattern?
Page
{
ScrollView
{
Container
{
TextArea
{
}
}
}
}
08-12-2012 09:49 AM
08-12-2012 10:54 AM
I think this is a bug in the latest Cascades beta. I've experienced it as well. If you touch anything in a ListView that isn't a TextArea, scrolling works just fine. But the TextArea seems to swallow the touch events.
One workaround idea might be to wrap the TextArea in a container, as suggested above, and then set that container's touch propagation policy so the touch events never get passed through to the Text Area. Of course I'd also suggest writing up a bug report on this.
FYI, here's another thread mentioning the same issue:
08-13-2012 03:13 AM
08-13-2012 06:51 AM
I have the same error, the TextArea is not scrollable. I suppose is a bug, patience
08-13-2012 07:25 AM - edited 08-13-2012 07:33 AM
08-13-2012 08:28 AM
...made the issue public. If you tried voting and couldn't access it, try again.
Stuart