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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Mar 26 10:06:40 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2628?page=all ]

Nick Belaevski updated RF-2628:
-------------------------------

    Fix Version/s: 3.2.1
                       (was: 3.2.0)

> 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.1
>
>
> 	  <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