• K
    [FIXED JENKINS-18585] · 059e6081
    Kohsuke Kawaguchi 提交于
    The earlier fix by @ssogabe broke the test. This fix corrects the
    problem properly.
    
    The reason this error happens with some plugins is that if there's an
    input field whose name is "on", then even after prototype.js extends
    an element object, "form.on" will refer to the input element, not the
    prototype.js function to add an event handler.
    059e6081
textarea.js 2.5 KB