[richfaces-issues] [JBoss JIRA] Created: (RF-2628) InplaceInput: edit/view sizes synchronization works wrong in all browsers.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Mar 19 12:19:50 EDT 2008


InplaceInput: edit/view sizes synchronization works wrong in all browsers.
--------------------------------------------------------------------------

                 Key: RF-2628
                 URL: http://jira.jboss.com/jira/browse/RF-2628
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Anton Belevich
            Priority: Minor
             Fix For: 3.2.0


	  <rich:dataTable value="#{dataTableScrollerBean.tenRandomCars}" var="car">
	  	<rich:column>
	  		<h:outputText value="#{car.make}"/>
	  	</rich:column>
	  	<rich:column>
	  		<h:outputText value="#{car.model}"/>
	  	</rich:column>
	  	<rich:column>
	  		<rich:inplaceInput layout="block" value="#{car.price}"/>
	  	</rich:column>
	  </rich:dataTable>

After you click inplace - column grows only under opera and only for some seconds. At all other browsers table border dissapears as it below input.

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

        



More information about the richfaces-issues mailing list