[JIRA] [active-choices-plugin] (JENKINS-33326) Programmatic changes to Reactive Reference value do not cascade

2016-06-11 Thread imoutsat...@msn.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ioannis Moutsatsos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33326 
 
 
 
  Programmatic changes to Reactive Reference value do not cascade  
 
 
 
 
 
 
 
 
 

Change By:
 
 Ioannis Moutsatsos 
 
 
 

Labels:
 
 ActiveChoices 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-choices-plugin] (JENKINS-33326) Programmatic changes to Reactive Reference value do not cascade

2016-03-12 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno P. Kinoshita commented on  JENKINS-33326 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Programmatic changes to Reactive Reference value do not cascade  
 
 
 
 
 
 
 
 
 
 
Hi Ioannis! 
I used an existing job in my development workspace to give it a try. Here's my test scenario: 
 

1 job with 2 AC parameters (normal one returning array [1,2,3,4], and another one referencing this first one). Both multi select parameters.
 

When I click with my mouse, changing the options in parameter #1, the parameter #2 gets updated as expected
 

The ID of the parameter #1 is multiple_select_choice-parameter-5757281551183_
 

Doing the following in my JS console changes the parameter value: jQuery("#multiple_select_choice-parameter-5757281551183_").val('2')
 

The parameter #2 is not updated
 

But typing the following in the JS console triggers the update in parameter #2: jQuery("#multiple_select_choice-parameter-5757281551183_").trigger('change')
 
 
So I assume you can trigger the parameters changes programmatically too. Does that help? Is there any other way I can try to reproduce the issue? Maybe I missed something from your current scenario, if so feel free to update the issue with some example or screen shots and I'll give it another go. 
Cheers Bruno 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  

[JIRA] [active-choices-plugin] (JENKINS-33326) Programmatic changes to Reactive Reference value do not cascade

2016-03-07 Thread danagoye...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dana Goyette updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33326 
 
 
 
  Programmatic changes to Reactive Reference value do not cascade  
 
 
 
 
 
 
 
 
 

Change By:
 
 Dana Goyette 
 
 
 

Comment:
 
 I'm not certain if it's the same issue, but changing an Active Choices Parameter dropdown box selection via the _arrow keys_ also fails to update Reactive Reference Parameters. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-choices-plugin] (JENKINS-33326) Programmatic changes to Reactive Reference value do not cascade

2016-03-07 Thread danagoye...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dana Goyette commented on  JENKINS-33326 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Programmatic changes to Reactive Reference value do not cascade  
 
 
 
 
 
 
 
 
 
 
I'm not certain if it's the same issue, but changing an Active Choices Parameter dropdown box selection via the arrow keys also fails to update Reactive Reference Parameters. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-choices-plugin] (JENKINS-33326) Programmatic changes to Reactive Reference value do not cascade

2016-03-04 Thread imoutsat...@msn.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ioannis Moutsatsos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33326 
 
 
 
  Programmatic changes to Reactive Reference value do not cascade  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Bruno P. Kinoshita 
 
 
 

Components:
 

 active-choices-plugin 
 
 
 

Created:
 

 04/Mar/16 6:54 PM 
 
 
 

Environment:
 

 Jenkins 1.596.1, Active-choices v 1.4 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Ioannis Moutsatsos 
 
 
 
 
 
 
 
 
 
 
I have two AC-Reactive Reference parameters. The first (A) is an input text box. The second (B) references the value of A and cascades when A-value is changed by user input. However, when A-value is changed programmatically by a _javascript_ function, its value does not cascade to B, even after I force the A-input text box to fire an onchange() event. 
The only way to cascade the A-value is for the user to click in the input text box and change something. Upon exit the A.value cascades to parameter B. 
An onchange() event in the input text box should cascade the A-value to parameters that reference it.