inputNumberSlider: cdk attributes encoded as is to HTML
-------------------------------------------------------

                 Key: RF-9128
                 URL: https://jira.jboss.org/browse/RF-9128
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone2
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski
            Priority: Critical


<span class="rf-ins " id="j_idt277"><span class="rf-ins-ta"><span 
class="rf-ins-mn">0</span><span class="rf-ins-mx">100</span><span 
class="rf-ins-t "><span class="rf-ins-h "></span></span></span><span 
class="rf-ins-ci"><input class="rf-ins-i " name="j_idt277" type="text" 
value="50" cdk:passThrough="accesskey disabled maxlength size:inputSize 
tabindex" /></span><span class="rf-ins-tt ">50</span><script 
type="text/javascript"> 
//<![CDATA[
new RichFaces.ui.InputNumberSlider('j_idt277', {
                                delay: 200,
                                disabled: false,
                                maxValue: 100,
                                minValue: 0,
                                step: 1,
                                tabIndex: null
                        }, {
                                decreaseSelectedClass: '',
                                handleSelectedClass: '',
                                increaseSelectedClass: ''
                        });
//]]>
</script></span> 

pay attention to "cdk:passThrough="accesskey disabled maxlength size:inputSize 
tabindex"

in the result we have 

This page contains the following errors:

error on line 156 at column 227: Namespace prefix cdk for passThrough on input 
is not defined
error on line 173 at column 191: Namespace prefix cdk for passThrough on input 
is not defined
error on line 190 at column 245: Namespace prefix cdk for passThrough on input 
is not defined
error on line 207 at column 260: Namespace prefix cdk for passThrough on input 
is not defined
Below is a rendering of the page up to the first error.

http://richfaces-showcase-gae.appspot.com/richfaces/component-sample.jsf?demo=inputNumberSlider

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/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