[JIRA] (JENKINS-42228) Javascript error credentials select

2020-03-06 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen assigned an issue to Stephen Connolly  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42228  
 
 
  _javascript_ error credentials select   
 

  
 
 
 
 

 
Change By: 
 Joseph Petersen  
 
 
Assignee: 
 Joseph Petersen Stephen Connolly  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179116.1487698649000.1995.1583561760468%40Atlassian.JIRA.


[JIRA] (JENKINS-42228) Javascript error credentials select

2020-03-06 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen assigned an issue to Joseph Petersen  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42228  
 
 
  _javascript_ error credentials select   
 

  
 
 
 
 

 
Change By: 
 Joseph Petersen  
 
 
Assignee: 
 Joseph Petersen  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179116.1487698649000.1836.1583561411681%40Atlassian.JIRA.


[JIRA] (JENKINS-42228) Javascript error credentials select

2018-10-31 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Removing myself as assignee. My current work assignments do not provide sufficient bandwidth to review these issues and in the majority of cases I am only assigned by virtue of being the default assignee. For the credentials-api and scm-api related plugins I have permission to allocate time reviewing changes to these APIs themselves to ensure these APIs remain cohesive, but that can be handled through PR reviews rather than assigning issues in JIRA  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42228  
 
 
  _javascript_ error credentials select   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Assignee: 
 Stephen Connolly  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-42228) Javascript error credentials select

2017-03-12 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42228  
 
 
  _javascript_ error credentials select   
 

  
 
 
 
 

 
Change By: 
 Joseph Petersen  
 

  
 
 
 
 

 
 Seems to be related to credentials plugin when visiting Configure with a credentials plugin select box loaded.The error seems innocence, reporting it since I seen it around for awhile now.Maybe this did not  [  https://github.com/jenkinsci/jenkins/commit/372bfb81acc11bd37a9a5979ba18512b429acb9 ]  fix it completely. [ https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/scripts/hudson-behavior.js#L417 ] But line 417:  {code:java}e.targetElement = findFollowingTR(e, "validation-error-area").firstChild.nextSibling;{code}  Results in{code:java}This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m.hudson-behavior.js:472 Unable to find nearby url(anonymous) @ hudson-behavior.js:472(anonymous) @ prototype.js:853each @ prototype.js:852registerValidator @ hudson-behavior.js:469(anonymous) @ behavior.js:111(anonymous) @ behavior.js:107applySubtree @ behavior.js:93(anonymous) @ select.js:269hudson-behavior.js:417 Uncaught TypeError: Cannot read property 'firstChild' of undefinedat registerValidator (http:// vasbld06 localhost :8080/static/a29569d7/scripts/hudson-behavior.js:417:66)at Array.forEach (native)at http:// vasbld06 localhost :8080/static/a29569d7/scripts/behavior.js:111:30at Array.forEach (native)at http:// vasbld06 localhost :8080/static/a29569d7/scripts/behavior.js:107:27at Array.forEach (native)at Object.applySubtree (http:// vasbld06 localhost :8080/static/a29569d7/scripts/behavior.js:93:17)at http:// vasbld06 localhost :8080/adjuncts/a29569d7/lib/credentials/select/select.js:269:19{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
   

[JIRA] (JENKINS-42228) Javascript error credentials select

2017-03-12 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-42228  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: _javascript_ error credentials select   
 

  
 
 
 
 

 
 Stephen Connolly WDYT?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-42228) Javascript error credentials select

2017-02-21 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42228  
 
 
  _javascript_ error credentials select   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Stephen Connolly  
 
 
Components: 
 core, credentials-plugin  
 
 
Created: 
 2017/Feb/21 5:37 PM  
 
 
Environment: 
 Jenkins 2.32.2  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Joseph Petersen  
 

  
 
 
 
 

 
 Seems to be related to credentials plugin when visiting Configure with a credentials plugin select box loaded. The error seems innocence, reporting it since I seen it around for awhile now. Maybe this did not https://github.com/jenkinsci/jenkins/commit/372bfb81acc11bd37a9a5979ba18512b429acb9 fix it completely. https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/scripts/hudson-behavior.js#L417 But line 417: 

 

e.targetElement = findFollowingTR(e, "validation-error-area").firstChild.nextSibling;
 

 Results in 

 

This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m.

hudson-behavior.js:472 Unable to find nearby url
(anonymous) @ hudson-behavior.js:472
(anonymous) @ prototype.js:853
each @ prototype.js:852
registerValidator @ hudson-behavior.js:469
(anonymous) @ behavior.js:111
(anonymous) @ behavior.js:107
applySubtree @ behavior.js:93
(anonymous) @ select.js:269