]
Anton Belevich resolved RF-6012.
--------------------------------
Fix Version/s: 3.3.1
Resolution: Won't Fix
not a bug
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: Anton Belevich
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: