[richfaces-issues] [JBoss JIRA] Updated: (RF-6701) Patch for Issue 2357 - pickList attribute disable does not work
Kevin Lester (JIRA)
jira-events at lists.jboss.org
Sat Apr 4 21:28:22 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-6701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Lester updated RF-6701:
-----------------------------
Attachment: patch-updated.diff
Updated the first patch with the following changes:
- Removed the rendering of the "enabled" versions of the controls if the entire component is disabled.
- Modified to get the value of the 'disabled' attribute directly from the UIPickList where appropriate.
This should put the code more inline with how other components are disabled.
Ignore the first patch.
> Patch for Issue 2357 - pickList attribute disable does not work
> ---------------------------------------------------------------
>
> Key: RF-6701
> URL: https://jira.jboss.org/jira/browse/RF-6701
> Project: RichFaces
> Issue Type: Patch
> Affects Versions: 3.3.0
> Reporter: Kevin Lester
> Attachments: patch-updated.diff, patch.diff
>
>
> This is a patch for issue 2357 - pickList attribute disable does not work. The patch was created yb the following: svn diff > patch.diff
> The patch contains the following changes:
> - Update to the PickListRenderer to only show the disabled controls when the PickList is disabled
> - Update to the htmlPickList.jspx to only render the PickList javascript when the PickList is enabled (prevents events from being registered to the disabled component)
> - Update to the pickList-sample application to enable testing of the disabled attribute.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list