Yah, that turns the scroll bars off but the mouse events are still captured by the text component and not the parent (the list). I guess I have to extend the textarea class and dig deeper... I was hoping there was an easier way...
--- In [email protected], Baz <li...@...> wrote: > > In the layout tag there is verticalScrollPolicy="off" and > horizontalScrollPolicy="off" > > Baz >

