You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Finn Bock (JIRA)" <ji...@apache.org> on 2011/01/19 21:33:44 UTC

[jira] Created: (CLK-751) Checklist should generate the "disabled" attribute on the checkboxes, not the "readonly" attribute when the Checklist is readonly.

Checklist should generate the "disabled" attribute on the checkboxes, not the "readonly" attribute when the Checklist is readonly.
----------------------------------------------------------------------------------------------------------------------------------

                 Key: CLK-751
                 URL: https://issues.apache.org/jira/browse/CLK-751
             Project: Click
          Issue Type: Bug
          Components: extras
    Affects Versions: 2.3.0-M1
            Reporter: Finn Bock
            Assignee: Finn Bock
            Priority: Minor


Checklist control with setReadonly(true) generate attribute readonly="readonly" on the checkboxes, but checkbox should have the attribute disabled="disabled" when is it readonly.

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


[jira] Resolved: (CLK-751) Checklist should generate the "disabled" attribute on the checkboxes, not the "readonly" attribute when the Checklist is readonly.

Posted by "Finn Bock (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Finn Bock resolved CLK-751.
---------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0-RC1

> Checklist should generate the "disabled" attribute on the checkboxes, not the "readonly" attribute when the Checklist is readonly.
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLK-751
>                 URL: https://issues.apache.org/jira/browse/CLK-751
>             Project: Click
>          Issue Type: Bug
>          Components: extras
>    Affects Versions: 2.3.0-M1
>            Reporter: Finn Bock
>            Assignee: Finn Bock
>            Priority: Minor
>             Fix For: 2.3.0-RC1
>
>
> Checklist control with setReadonly(true) generate attribute readonly="readonly" on the checkboxes, but checkbox should have the attribute disabled="disabled" when is it readonly.

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