We are trying to show a scrollable panel component which works fine on IE7
but fails on Firefox 2.0.x.
<tr:panelGroupLayout layout="vertical" styleClass="scrollBox">
... here are several panelBox components with nested components like
(inputText etc.) ...
</tr:panelGroupLayout>
The style definition is
.scrollBox {
overflow: auto;
height: 200px;
}
Firefox (being an important target browser platform for us) displays a
scrollbar but refuses to display the contents of the panelGroupLayout
component. This is rather considered a CSS problem but eventually implied by
the quite complex html created bY trinidad.
If anybody in the forum has encountered this behaviour feedback regarding
workarounds would be appreciated.
--
View this message in context:
http://www.nabble.com/-trinidad--create-scrollable-div-for-layout-manager-%28like-panelGroupLayout%29-on-FireFox-tf4392243.html#a12522838
Sent from the MyFaces - Users mailing list archive at Nabble.com.