You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org> on 2015/09/30 18:25:04 UTC

[jira] [Resolved] (TRINIDAD-2528) ValueChangeListener is not getting called on inputDate

     [ https://issues.apache.org/jira/browse/TRINIDAD-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Kienenberger resolved TRINIDAD-2528.
-----------------------------------------
       Resolution: Fixed
         Assignee: Mike Kienenberger
    Fix Version/s: 2.1.1-core

Fixed in trunk.  Thanks, Deepan.

In the future, please use full paths in your patch file -- you can make this happen automatically if you execute "svn diff" from the project root.

Also, try to match the indentation of the file you're working with -- I corrected this for you.

Sorry for the delay in applying it -- I was out of town two weeks starting the day you submitted the patch.

> ValueChangeListener is not getting called on inputDate
> ------------------------------------------------------
>
>                 Key: TRINIDAD-2528
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2528
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.1.0-core, 2.1.1-core
>         Environment: Windows 7, Java 7
>            Reporter: Deepan Chakkaravarthy
>            Assignee: Mike Kienenberger
>            Priority: Blocker
>             Fix For: 2.1.1-core
>
>         Attachments: DateField.js.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> If I change the date using date picker component, then valueChangeListener is NOT getting called. If suppose I change the date manually (Instead of using date picker), valueChangeListener is getting called properly.
> Issue is happening on IE 11 native mode.
> {code:title=Sample Code|borderStyle=solid}
> <tr:inputDate id="myDateId" autoSubmit="true" 
> valueChangeListener="#{myBackingBean.myVcl}" 
> value=#myBackingBean.myDate}">																	</tr:inputDate>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)