• Icon: Task Task
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None
    • 2.400

      The following usages of Prototype.Selector remain:

      war/src/main/webapp/scripts/behavior.js:        return Prototype.Selector.select(selector, startNode);
      war/src/main/webapp/scripts/behavior.js:        return Prototype.Selector.select(selector, startNode.parentNode).filter(isSelfOrChild);
      

          [JENKINS-70909] Remove Prototype usages from behavior.js

          Basil Crow created issue -
          Basil Crow made changes -
          Summary Original: Remove Prototype.Selector usage from behavior.js New: Remove Prototype.Selector usages from behavior.js
          Basil Crow made changes -
          Description Original: The following usage of {{Prototype.Selector}} remains:
          {code}
          war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode);
          war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode.parentNode).filter(isSelfOrChild);
          {code}
          New: The following usages of {{Prototype.Selector}} remain:
          {code:java}
          war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode);
          war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode.parentNode).filter(isSelfOrChild);
          {code}
          Basil Crow made changes -
          Summary Original: Remove Prototype.Selector usages from behavior.js New: Remove Prototype usages from behavior.js
          Basil Crow made changes -
          Assignee New: Basil Crow [ basil ]
          Basil Crow made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Basil Crow made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Basil Crow made changes -
          Remote Link New: This issue links to "jenkinsci/jenkins#7798 (Web Link)" [ 28569 ]
          Alexander Brandes made changes -
          Released As New: 2.400
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Closed [ 6 ]

            basil Basil Crow
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: