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
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