[richfaces-issues] [JBoss JIRA] Resolved: (RF-8500) comboBox: rendered input has illegal value for readonly attribute
Andrey Markhel (JIRA)
jira-events at lists.jboss.org
Fri Mar 19 17:01:38 EDT 2010
[ https://jira.jboss.org/jira/browse/RF-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrey Markhel resolved RF-8500.
--------------------------------
Resolution: Done
Fixed 1st point
> comboBox: rendered input has illegal value for readonly attribute
> -----------------------------------------------------------------
>
> Key: RF-8500
> URL: https://jira.jboss.org/jira/browse/RF-8500
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component
> Affects Versions: 3.3.2.SR1
> Environment: JBoss 4.2.3.GA bundled with JSF RI 1.2_09.
> Reporter: Schipany
> Assignee: Andrey Markhel
> Fix For: 3.3.3.Final
>
>
> 1) <rich:comboBox id="xxx" styleClass="xxx" suggestionValues="#{xxxModel.xxxList}" value="#{vxxxModel.xxx}"
> directInputSuggestions="true" defaultLabel="xxx" width="600" filterNewValues="true" enableManualInput="true" />
> renders
> <input class="rich-combobox-font-inactive rich-combobox-button-background rich-combobox-button-inactive" id="baseForm:titelcomboBoxButtonBG" readonly="true"...
> readonly="true" is not w3c xhtml conform (http://validator.w3.org/check).
> Result: value of attribute "readonly" cannot be "true"; must be one of "readonly"
> 2) BTW: Element "input" - there is no attribute "autocomplete" (input id="..." autocomplete="off"...)
> There should be a new attribute in order to determine the rendition of autocomplete. Suggestion: rich:comboBox autocomplete=true|false|none
> (also involves rich:modalPanel)
--
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