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

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Feb 26 09:50:44 EST 2009


ScrollableDataTable displays incorrectly inside modalPanel under Opera.
-----------------------------------------------------------------------

                 Key: RF-6442
                 URL: https://jira.jboss.org/jira/browse/RF-6442
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.SNAPSHOT
Opera 9.6
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
         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