[richfaces-issues] [JBoss JIRA] Created: (RF-1045) ScrollableDataTable: cursor absent in nested inputs.
Ilya Shaikovsky (JIRA)
jira-events at lists.jboss.org
Mon Oct 1 09:58:42 EDT 2007
ScrollableDataTable: cursor absent in nested inputs.
----------------------------------------------------
Key: RF-1045
URL: http://jira.jboss.com/jira/browse/RF-1045
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.1
Environment: FF 2.0.0.6
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
Fix For: 3.2.0
<rich:scrollableDataTable width="300px" height="400px" value="#{capitalsBean.capitals}" var="cap">
<rich:column>
<h:inputText value="#{cap.name}" styleClass="myClass"/>
</rich:column>
<rich:column>
<h:outputText value="#{cap.state}"/>
</rich:column>
</rich:scrollableDataTable>
Place the cursor to input. It doesn't present in FF. In IE works fine.
--
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