[
https://issues.apache.org/jira/browse/XAP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571223#action_12571223
]
Michael Mikhaylov commented on XAP-565:
---------------------------------------
I see at least two possible work-arounds:
1. Preset maximum expected container height when creating an application:
<freePane id="MyFreePane" height="3000px">test</freePane>
If this is more than the current window height then scroll bars will appear.
2. If something placed or moved dynamically outside of current container
bounds, it is possible to resize container at run-time using macro or MCO:
MyFreePane.setAttribute('height', '3000px");
I'll make a quick example and attach it shortly.
> scrollBars of browser do not appear
> -----------------------------------
>
> Key: XAP-565
> URL: https://issues.apache.org/jira/browse/XAP-565
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Layouts
> Reporter: Suneetha Gonuguntla
>
> Using freePane or horizontalBoxPane or any other layouts, scrollBars of
> browser do not automatically show-up when application's height goes over the
> browser's height. This is because css styles for the elements are set to as
> "overflow = hidden". I have tried overriding this setting, but does not take
> into effect.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.