tc:sheet / readonly field does not select the line
--------------------------------------------------

                 Key: TOBAGO-613
                 URL: https://issues.apache.org/jira/browse/TOBAGO-613
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.14
         Environment: jdk 1.4

            Reporter: Rainer Rohloff
            Priority: Minor


to reproduce:

<tc:sheet ...>
                <tc:column label="Integer">
                                <tc:in value="#{entry.integer}" readonly="true" 
markup="number" />
                </tc:column>
                <tc:column label="String" sortable="true" id="String">
                                <tc:in value="#{entry.string}" />
                </tc:column>
</tc:sheet>

with the above example it is very hard to select a table line


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to