[richfaces-issues] [JBoss JIRA] (RF-13347) pickList: switchByDblClick does not work

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Nov 15 01:24:05 EST 2013


    [ https://issues.jboss.org/browse/RF-13347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923848#comment-12923848 ] 

Brian Leathem commented on RF-13347:
------------------------------------

It does not work because the default value in the component is true:

{code}
    @Attribute(defaultValue = "true")
    public abstract boolean isSwitchByDblClick();
{code}

The cdk does not set the option value if it is equal to the default value.  In this case the default value in the component does not match the default value in the widget.

I'll change the default in the widget to match.
I will change the default value in the widget to match.
                
> pickList: switchByDblClick does not work
> ----------------------------------------
>
>                 Key: RF-13347
>                 URL: https://issues.jboss.org/browse/RF-13347
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-selects
>    Affects Versions: 5.0.0.Alpha2
>            Reporter: Juraj Húska
>
> Setting of {{pickList}} attribute {{switchByDblClick}} to {{true}} does not work.
> Note that {{switchByClick}} works as expected.
> It seems that attribute is set in render template. I can not found any mention in pick list bridge if that can be the case ? (there is no mention of {{switchByClick}} neither and it works).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list