[richfaces-issues] [JBoss JIRA] Closed: (RF-6012) inplaceInput: incorrect view of labels to edit

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Tue Feb 10 09:50:44 EST 2009


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

Tsikhon Kuprevich closed RF-6012.
---------------------------------



> inplaceInput: incorrect view of labels to edit
> ----------------------------------------------
>
>                 Key: RF-6012
>                 URL: https://jira.jboss.org/jira/browse/RF-6012
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: FF-3.0 
> Tomcat 6.0 
> sun RI 1.2.10 
> jsp 
>            Reporter: Inna Shchibrya
>            Assignee: Inna Shchibrya
>             Fix For: 3.3.1
>
>         Attachments: InplaceInput_view.png, InplaceInput_view_IE6.png
>
>
> For example: 
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
> <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
> <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
> <f:loadBundle var="Message" basename="demo.Messages" />
> <html>
> <head>
> <title>Hello!</title>
> </head>
> <body>
> <f:view>
> 	<h3><h:outputText value="#{Message.hello_message}" />, 
> 	<h:outputText value="#{user.name}" />!</h3>
> <br/>	
> 	<rich:panel style="width:220px;">
>         <f:facet name="header">
>             <h:outputText value="Person Info"></h:outputText>
>         </f:facet>
>         <h:panelGrid columns="2">
>             <h:outputText value="Name: "/>
>             <rich:inplaceInput defaultLabel="click to enter your name"/>
>             <h:outputText value="Email:"/>
>             <rich:inplaceInput defaultLabel="click to enter your email"/>
>         </h:panelGrid>
>       </rich:panel>
> </f:view>
> </body>
> </html>
> Expected result: Labels to edit should be inside the tab.

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