[jira] [Commented] (TRINIDAD-2530) Clicking on text part submits the tr:selectbooleanradio value only after next click

2016-01-12 Thread Mike Kienenberger (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15095185#comment-15095185
 ] 

Mike Kienenberger commented on TRINIDAD-2530:
-

First off, I want to apologize for taking so long to get back to this issue.   
Your last comment was lost due to Christmas holidays and end-of-the-year work I 
had to finish.

I appreciate that you've supplied some changes which will fix this problem.   
Can you submit them as a unified diff patch?

Several examples of how to do that can be found here:

http://wiki.apache.org/myfaces/Contributing_Patches


> Clicking on text part submits the tr:selectbooleanradio value  only after 
> next click 
> -
>
> Key: TRINIDAD-2530
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2530
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 2.1.0-core
> Environment: IE11
>Reporter: Prakash Balasubramanian
> Attachments: TRINIDAD-2530.zip
>
>
> If I click the text of a tr:selectbooleanradio component, value is not 
> getting submitted to the page, so valuechangeevent and other respective 
> life-cycle functions are not working. It is fired only after next click(on 
> the text). 
> Instead of clicking the text part of the same button twice, If I go on and 
> click the next radio button, the previous button click is being submitted. 
> Likewise, things are happening only after next submit. 
> This is happening on IE11. 
> Please note if I click the button part of the tr:selectbooleanradio, it's 
> working perfectly. 



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


[jira] [Commented] (TRINIDAD-2530) Clicking on text part submits the tr:selectbooleanradio value only after next click

2015-12-16 Thread sudheer kakumani (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059696#comment-15059696
 ] 

sudheer kakumani commented on TRINIDAD-2530:


Hi ,

We are seeing this issue if the generated content for  
has a  tag. In such scenarios TrPage._autoSubmit is called twice and 
causes the reported behavior.

Please find the below snippet. 


item 3


I am attaching the changes which has fixed the issue for us. Changes can be 
found between the following comments: Apply the attached changes to 
trinidad-impl-2.1.0.jar
/*TRINIDAD-2530 start of Code Change*/
/*TRINIDAD-2530 end of Code Change*/



> Clicking on text part submits the tr:selectbooleanradio value  only after 
> next click 
> -
>
> Key: TRINIDAD-2530
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2530
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 2.1.0-core
> Environment: IE11
>Reporter: Prakash Balasubramanian
> Attachments: TRINIDAD-2530.zip
>
>
> If I click the text of a tr:selectbooleanradio component, value is not 
> getting submitted to the page, so valuechangeevent and other respective 
> life-cycle functions are not working. It is fired only after next click(on 
> the text). 
> Instead of clicking the text part of the same button twice, If I go on and 
> click the next radio button, the previous button click is being submitted. 
> Likewise, things are happening only after next submit. 
> This is happening on IE11. 
> Please note if I click the button part of the tr:selectbooleanradio, it's 
> working perfectly. 



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


[jira] [Commented] (TRINIDAD-2530) Clicking on text part submits the tr:selectbooleanradio value only after next click

2015-11-23 Thread Mike Kienenberger (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15022377#comment-15022377
 ] 

Mike Kienenberger commented on TRINIDAD-2530:
-

We don't have any active Trinidad committers currently. If you provide a patch, 
I will apply it.  I've applied a number of IE11 fixes supplied by the community 
recently.

If you would like assistance in tracking down the problem and creating a 
solution, I recommend posting a message on the dev@myfaces mailing list to see 
if any other JSF developers have an idea.

> Clicking on text part submits the tr:selectbooleanradio value  only after 
> next click 
> -
>
> Key: TRINIDAD-2530
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2530
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 2.1.0-core
> Environment: IE11
>Reporter: Prakash Balasubramanian
>
> If I click the text of a tr:selectbooleanradio component, value is not 
> getting submitted to the page, so valuechangeevent and other respective 
> life-cycle functions are not working. It is fired only after next click(on 
> the text). 
> Instead of clicking the text part of the same button twice, If I go on and 
> click the next radio button, the previous button click is being submitted. 
> Likewise, things are happening only after next submit. 
> This is happening on IE11. 
> Please note if I click the button part of the tr:selectbooleanradio, it's 
> working perfectly. 



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