[
https://issues.jboss.org/browse/RF-13347?page=com.atlassian.jira.plugin.s...
]
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