You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Masaki Uno (JIRA)" <ji...@apache.org> on 2010/09/03 19:29:35 UTC

[jira] Created: (PIVOT-627) Painting RadioButton with null ButtonData

Painting RadioButton with null ButtonData
-----------------------------------------

                 Key: PIVOT-627
                 URL: https://issues.apache.org/jira/browse/PIVOT-627
             Project: Pivot
          Issue Type: Improvement
          Components: wtk-terra
    Affects Versions: 1.5.1
            Reporter: Masaki Uno
            Priority: Trivial


I have a RadioButton whose ButtonData is null.
When the RadioButton is selected,  an extra rectangle is shown at on the right of that.

In the case of  a Checkbox whose ButtonData is null,  the rectanble is not shown.

Should this behavior be unified?


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


[jira] Resolved: (PIVOT-627) Painting RadioButton with null ButtonData

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

Greg Brown resolved PIVOT-627.
------------------------------

    Fix Version/s: 1.5.2
                   2.0
       Resolution: Fixed

Very good catch. RadioButton was reporting a preferred size that included the focus rectangle whereas Checkbox was not. Now neither include the focus rectangle when buttonData is null, and instead paint a slightly shaded state when focused.


> Painting RadioButton with null ButtonData
> -----------------------------------------
>
>                 Key: PIVOT-627
>                 URL: https://issues.apache.org/jira/browse/PIVOT-627
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk-terra
>    Affects Versions: 1.5.1
>            Reporter: Masaki Uno
>            Priority: Trivial
>             Fix For: 1.5.2, 2.0
>
>
> I have a RadioButton whose ButtonData is null.
> When the RadioButton is selected,  an extra rectangle is shown at on the right of that.
> In the case of  a Checkbox whose ButtonData is null,  the rectanble is not shown.
> Should this behavior be unified?

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