[richfaces-issues] [JBoss JIRA] Commented: (RF-4319) InputNumberSpinner: Property to deactivate autocomplete from browser
Richard Kennard (JIRA)
jira-events at lists.jboss.org
Mon Mar 30 20:55:25 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12459770#action_12459770 ]
Richard Kennard commented on RF-4319:
-------------------------------------
The implementation of this issue has it outputting, in the default case, an 'autocomplete=on' attribute for the spinner control.
There are two problems with this:
1. There is no need to output this attribute (it is the default browser behaviour)
2. Worse, 'autocomplete' is non-standard HTML so any page that uses the spinner immediately fails W3C validation
These problems may be unavoidable in the 'autocomplete=off' scenario as requested by this feature request, but should be avoidable in the default (majority?) case.
> InputNumberSpinner: Property to deactivate autocomplete from browser
> --------------------------------------------------------------------
>
> Key: RF-4319
> URL: https://jira.jboss.org/jira/browse/RF-4319
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.2.1
> Environment: http://livedemo.exadel.com/richfaces-demo/richfaces/inputNumberSpinner.jsf;
> Reporter: Gerrit Brehmer
> Assignee: Alexander Dubovsky
> Fix For: 3.2.2
>
>
> If you use the control buttons, each change of the number will be saved into the browser's history for this input field. So the next time you get a long list of numbers you don't need.
> there is a input/form attribute (autocomplete=off) which should be the answer for this feature request.
--
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