You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Thomas Andraschko (Jira)" <de...@myfaces.apache.org> on 2022/12/19 10:50:00 UTC

[jira] [Comment Edited] (MYFACES-4514) TCK Testing Issue 2: Faces 2.2 - Issue2439IT nested or sequencing f:ajax tags different behavior to RI

    [ https://issues.apache.org/jira/browse/MYFACES-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649260#comment-17649260 ] 

Thomas Andraschko edited comment on MYFACES-4514 at 12/19/22 10:49 AM:
-----------------------------------------------------------------------

[~volosied] IMO 


{code:java}
<h:inputText id="input2">
<f:ajax execute="@all" render="@all" disabled="true"/>
<f:ajax execute="@this" render="@all"/>
</h:inputText>
{code}

must render a onchange with the second f:ajax call
should i take a look why MyFaces doesnt do this?



was (Author: tandraschko):
[~volosied] IMO 


{code:java}
<h:inputText id="input2">
<f:ajax execute="@all" render="@all" disabled="true"/>
<f:ajax execute="@this" render="@all"/>
</h:inputText>
{code}

must rendered a onchange with the second f:ajax call
should i take a look why MyFaces doesnt do this?


> TCK Testing Issue 2: Faces 2.2 - Issue2439IT nested or sequencing f:ajax tags different behavior to RI
> ------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-4514
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4514
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.3-next-M7, 4.0.0-RC2
>         Environment: Test Setup:
> Apache MyFaces 4.0, Typescript faces.js pull request branch:
> (https://github.com/apache/myfaces/pull/356)
> Tck Tests:
> https://github.com/werpu/tckworkbench
> (compile the 4.0 pr branch and then run the tests via maven in the workbench)
>            Reporter: Werner Punz
>            Priority: Major
>
> We have a bug in our impl, a dual f:ajax does not seem to overwrite the previous one
> aka the first f:ajax removes an onchange handler in the final result
> the second one should reenable it again, but does not.
> I will file a bug on this one later! (the test explicitely tests for such cases)
>   <h:inputText id="input2">
> 	  <f:ajax execute="@all" render="@all" disabled="true"/>
>           <f:ajax execute="@this" render="@all"/>
>    </h:inputText>
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)