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

[hp-application-automation-tools-plugin] Extract inline event handlers in com/microfocus/application/automation/tools/uft/model/UftSettingsModel/config.jelly

      Problems

      == Inline Event Handler
      Line: 71
      ----
      <select name="fsTestType" style="width: 250px;" disabled="${onCheckFailedTest.checked}" onchange="selectValueCombo(this)">
      ----
      
      == Inline Event Handler
      Line: 78
      ----
      <f:checkbox id="checkBox1" title="On failure scenario" field="onCheckFailedTest" name="onCheckFailedTest"  checked="${instance.onCheckFailedTest}" onclick="enableCombobox(this)"/>
      ----
      
      == Inline Event Handler
      Line: 95
      ----
      <input type="button" id="clearBtn" title="Clear all the rerun settings applied on tests" style="float: left;" onclick="clearRerunSettings()"/>
      ----
      
      == Inline Event Handler
      Line: 99
      ----
      <input type="button" id="copyPasteBtn" style="float: left;" title="Copy the rerun settings for the selected tests" onclick="copyPasteRerunSettings()" />
      ----
      

      Solution

      https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers

          [JENKINS-74216] [hp-application-automation-tools-plugin] Extract inline event handlers in com/microfocus/application/automation/tools/uft/model/UftSettingsModel/config.jelly

          Basil Crow created issue -
          Basil Crow made changes -
          Assignee Original: Paul-Adrian Tofan [ ptofan ]
          Basil Crow made changes -
          Description Original: h4. Problems

          {noformat}
          == Inline Event Handler
          Line: 71
          ----
          <select name="fsTestType" style="width: 250px;" disabled="${onCheckFailedTest.checked}" onchange="selectValueCombo(this)">
          ----

          == Inline Event Handler
          Line: 78
          ----
          <f:checkbox id="checkBox1" title="On failure scenario" field="onCheckFailedTest" name="onCheckFailedTest" checked="${instance.onCheckFailedTest}" onclick="enableCombobox(this)"/>
          ----

          == Inline Event Handler
          Line: 95
          ----
          <input type="button" id="clearBtn" title="Clear all the rerun settings applied on tests" style="float: left;" onclick="clearRerunSettings()"/>
          ----

          == Inline Event Handler
          Line: 99
          ----
          <input type="button" id="copyPasteBtn" style="float: left;" title="Copy the rerun settings for the selected tests" onclick="copyPasteRerunSettings()" />
          ----

          == Inline Event Handler
          Line: 71
          ----
          <select name="fsTestType" style="width: 250px;" disabled="${onCheckFailedTest.checked}" onchange="selectValueCombo(this)">
          ----

          == Inline Event Handler
          Line: 78
          ----
          <f:checkbox id="checkBox1" title="On failure scenario" field="onCheckFailedTest" name="onCheckFailedTest" checked="${instance.onCheckFailedTest}" onclick="enableCombobox(this)"/>
          ----

          == Inline Event Handler
          Line: 95
          ----
          <input type="button" id="clearBtn" title="Clear all the rerun settings applied on tests" style="float: left;" onclick="clearRerunSettings()"/>
          ----

          == Inline Event Handler
          Line: 99
          ----
          <input type="button" id="copyPasteBtn" style="float: left;" title="Copy the rerun settings for the selected tests" onclick="copyPasteRerunSettings()" />
          ----
          {noformat}

          h4. Solution

          [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers]
          New: h4. Problems

          {noformat}
          == Inline Event Handler
          Line: 71
          ----
          <select name="fsTestType" style="width: 250px;" disabled="${onCheckFailedTest.checked}" onchange="selectValueCombo(this)">
          ----

          == Inline Event Handler
          Line: 78
          ----
          <f:checkbox id="checkBox1" title="On failure scenario" field="onCheckFailedTest" name="onCheckFailedTest" checked="${instance.onCheckFailedTest}" onclick="enableCombobox(this)"/>
          ----

          == Inline Event Handler
          Line: 95
          ----
          <input type="button" id="clearBtn" title="Clear all the rerun settings applied on tests" style="float: left;" onclick="clearRerunSettings()"/>
          ----

          == Inline Event Handler
          Line: 99
          ----
          <input type="button" id="copyPasteBtn" style="float: left;" title="Copy the rerun settings for the selected tests" onclick="copyPasteRerunSettings()" />
          ----
          {noformat}

          h4. Solution

          [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers]

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

              Created:
              Updated: