Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-13023

Mantis Plugin causes Configuration Loading Overlay to not disappear.

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • mantis-plugin
    • None

      This appears to come from Mantis's global.jelly, function checkUrl(base) { var url = encodeURIComponent(Form.findMatchingInput(base,'mantis.url').value);

      Uncaught TypeError: Object #<Object> has no method 'findMatchingInput'
      checkUrlconfigure:384
      (anonymous function)
      e.targetUrlhudson-behavior.js:339
      registerValidatorhudson-behavior.js:344
      applybehavior.js:73
      (anonymous function)behavior.js:79
      Behaviour.applySubtreebehavior.js:68
      Behaviour.applybehavior.js:54
      (anonymous function)behavior.js:49
      window.onload

          [JENKINS-13023] Mantis Plugin causes Configuration Loading Overlay to not disappear.

          sogabe added a comment -

          Can not reproducce.
          What browser do you use?

          sogabe added a comment - Can not reproducce. What browser do you use?

          Curtis Ruck added a comment -

          FF 10, IE 9, and Chrome Stable all show the same issue.

          Curtis Ruck added a comment - FF 10, IE 9, and Chrome Stable all show the same issue.

          Code changed in jenkins
          User: Seiji Sogabe
          Path:
          src/main/java/hudson/plugins/mantis/MantisProjectProperty.java
          src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global.jelly
          src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global_ja.properties
          src/main/resources/hudson/plugins/mantis/Messages.properties
          src/main/resources/hudson/plugins/mantis/Messages_ja.properties
          http://jenkins-ci.org/commit/mantis-plugin/56ddb987bd16b73f93120dd01936d8e4797667ea
          Log:
          [FIXED JENKINS-13023] use validate button to check credenials instead of onChange event which uses findMatchInput.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Seiji Sogabe Path: src/main/java/hudson/plugins/mantis/MantisProjectProperty.java src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global.jelly src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global_ja.properties src/main/resources/hudson/plugins/mantis/Messages.properties src/main/resources/hudson/plugins/mantis/Messages_ja.properties http://jenkins-ci.org/commit/mantis-plugin/56ddb987bd16b73f93120dd01936d8e4797667ea Log: [FIXED JENKINS-13023] use validate button to check credenials instead of onChange event which uses findMatchInput.

          dogfood added a comment -

          Integrated in plugins_mantis #52
          [FIXED JENKINS-13023] use validate button to check credenials instead of onChange event which uses findMatchInput. (Revision 56ddb987bd16b73f93120dd01936d8e4797667ea)

          Result = SUCCESS
          Seiji Sogabe :
          Files :

          • src/main/resources/hudson/plugins/mantis/Messages.properties
          • src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global.jelly
          • src/main/java/hudson/plugins/mantis/MantisProjectProperty.java
          • src/main/resources/hudson/plugins/mantis/Messages_ja.properties
          • src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global_ja.properties

          dogfood added a comment - Integrated in plugins_mantis #52 [FIXED JENKINS-13023] use validate button to check credenials instead of onChange event which uses findMatchInput. (Revision 56ddb987bd16b73f93120dd01936d8e4797667ea) Result = SUCCESS Seiji Sogabe : Files : src/main/resources/hudson/plugins/mantis/Messages.properties src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global.jelly src/main/java/hudson/plugins/mantis/MantisProjectProperty.java src/main/resources/hudson/plugins/mantis/Messages_ja.properties src/main/resources/hudson/plugins/mantis/MantisProjectProperty/global_ja.properties

            sogabe sogabe
            ruckc Curtis Ruck
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: