[ 
https://jira.jboss.org/jira/browse/RF-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12460131#action_12460131
 ] 

Richard Kennard commented on RF-4319:
-------------------------------------

Nick,

Thanks for getting back to me so quickly. I'm using 3.3.0.

Note I'm not saying the original request isn't implemented - I'm saying there 
is a problem with the implementation. The implementation puts 
'autocomplete='off' onto the Spinner if 'disableBrowserAutoComplete' is true. 
This is fine.

The problem is, the implementation puts 'autocomplete='on'' onto the Spinner 
tag at all other times. This is a) unnecessary, but b) is not valid HTML so 
breaks W3C validator. It would be sufficient to leave off 'autocomplete='on'' 
altogether.

Regards,

Richard.


> 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: Nick Belaevski
>             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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to