[richfaces-issues] [JBoss JIRA] Updated: (RF-8209) inputNumberSlider: onchange event - this passed to handler should be input and not slider object as for any other inputs.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Dec 15 06:41:31 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-8209:
-------------------------------

    Fix Version/s: Future


> inputNumberSlider: onchange event - this passed to handler should be input and not slider object as for any other inputs.
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-8209
>                 URL: https://jira.jboss.org/jira/browse/RF-8209
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 3.3.2.SR1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Optional
>             Fix For: Future
>
>
> <rich:inputNumberSlider id="slider"
> >
>     <a4j:support event="onchange" 
>         onsubmit="myFunc(this, event)"
>         requestDelay="1000"  
>         reRender="part" />
> </rich:inputNumberSlider>
> <rich:calendar >
>     <a4j:support event="onchanged" 
>         onsubmit="myFunc(this,event)"
>         requestDelay="1000"  
>         reRender="part" />
> </rich:calendar>
> <h:inputText value="" >
>     <a4j:support event="onchange" 
>         onsubmit="myFunc(this,event)"
>         requestDelay="1000"  
>         reRender="part" />
> </h:inputText>
> for inputText and calendar - this passed as input DOM element and for slider - passed as slider object. so I can't get form as usually using this.form

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