[richfaces-issues] [JBoss JIRA] Created: (RF-1997) Cursor is invisible in inputs inside scrollableDataTable.

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Wed Jan 23 08:29:21 EST 2008


Cursor is invisible in inputs inside scrollableDataTable.
---------------------------------------------------------

                 Key: RF-1997
                 URL: http://jira.jboss.com/jira/browse/RF-1997
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: FF
            Reporter: Sergey Halipov
            Priority: Optional


<sg:scrollableDataTable value="#{jiraService.channel.issues}" 
			     					 var="issues" >
				<dt:column>
					<h:outputText value="#{issues.key.value}" id="output" />
				</dt:column>
				<dt:column>
					<h:inputText value="#{issues.key.value}" id="input">
					</h:inputText>
				</dt:column> 
			</sg:scrollableDataTable>

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