Description
I have a textarea with scrollpane like this :
<ScrollPane horizontalScrollBarPolicy="fill" verticalScrollBarPolicy="fill_to_capacity" maximumHeight="100" preferredWidth="350">
<TextArea text="Lorem ipsum ..."/>
</ScrollPane>
If I hide a component on the my window page where there is this textarea, the text of textarea change to be display under the scrollpane.