[richfaces-issues] [JBoss JIRA] Updated: (RF-6442) ScrollableDataTable displays incorrectly inside modalPanel under Opera.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 23 10:31:49 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Shaikovsky updated RF-6442:
--------------------------------

    Component/s: ScrollableDataTable


> ScrollableDataTable displays incorrectly inside modalPanel under Opera.
> -----------------------------------------------------------------------
>
>                 Key: RF-6442
>                 URL: https://jira.jboss.org/jira/browse/RF-6442
>             Project: RichFaces
>          Issue Type: Bug
>          Components: ScrollableDataTable
>    Affects Versions: 3.3.1
>         Environment: 3.3.1.SNAPSHOT
> Opera 9.6
>            Reporter: Alexander Dubovsky
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>         Attachments: 47.png
>
>
> Source:
> 	<rich:modalPanel id="panelDoc" width="600" height="500"
> 		resizeable="true">
> 		<f:facet name="header">
> 			<h:panelGroup>Doc</h:panelGroup>
> 		</f:facet>
> 		<f:facet name="controls">
> 			<h:panelGroup>
> 				<h:graphicImage value="/images/add.gif" style="cursor: pointer;">
> 					<rich:componentControl for="panelDoc" operation="hide"
> 						event="onclick" />
> 				</h:graphicImage>
> 			</h:panelGroup>
> 		</f:facet>
> 		<rich:scrollableDataTable id="scr2" value="#{sdTable.value}"
> 			var="val2" width="300" height="400">
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="MAKE" />
> 				</f:facet>
> 				<h:outputText value="#{val2.make}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="MODEL" />
> 				</f:facet>
> 				<h:outputText value="#{val2.model}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="PRICE" />
> 				</f:facet>
> 				<h:outputText value="#{val2.price}" />
> 			</rich:column>
> 		</rich:scrollableDataTable>
> 	</rich:modalPanel>
> 	<a4j:form>
> 		<a4j:commandLink action="#{sdTable.method}"
> 			oncomplete="Richfaces.showModalPanel('panelDoc');"
> 			reRender="extDt,scr" value="show" />
> 		<rich:scrollableDataTable id="scr1" value="#{sdTable.value}"
> 			var="val1" width="300" height="400">
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="MAKE" />
> 				</f:facet>
> 				<h:outputText value="#{val1.make}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="MODEL" />
> 				</f:facet>
> 				<h:outputText value="#{val1.model}" />
> 			</rich:column>
> 			<rich:column>
> 				<f:facet name="header">
> 					<h:outputText value="PRICE" />
> 				</f:facet>
> 				<h:outputText value="#{val1.price}" />
> 			</rich:column>
> 		</rich:scrollableDataTable>
> 	</a4j:form>
> See attached screenshot.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list