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

problem adding of subversion modules in Firefox2.0.0.3

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      First of all thanks for adding support for multiple checkouts. It works perfect.
      But there is a small issue with configuration from Firefox2.0.0.3.
      Then I click on "add more locations" button then nothing happens and FireBug
      reports javascript errors.
      From Internet Explorer it works fine

          [JENKINS-390] problem adding of subversion modules in Firefox2.0.0.3

          ramazanyich2 added a comment -

          errors reported by FireBug then I click on "configure" link inside job.
          in prototyp.js:
          Object is not defined
          object(repetableSupport).init
          I will attach printscreen with error

          ramazanyich2 added a comment - errors reported by FireBug then I click on "configure" link inside job. in prototyp.js: Object is not defined object(repetableSupport).init I will attach printscreen with error

          ramazanyich2 added a comment -

          Created an attachment (id=46)
          error page

          ramazanyich2 added a comment - Created an attachment (id=46) error page

          I suspect a cache issue. Maybe Hudson is not sending the right set of HTTP
          headers. In the past there has been one similar report about this.

          During the development I use Firefox so I don't think it's a browser issue.

          Can you flush your cache and try again? Also, from FireBugs check if your
          hudson-behavior.js has the following lines at the very top:

          // create a new object whose prototype is the given object
          function object(o) {
          function F() {}
          F.prototype = o;
          return new F();
          }

          Kohsuke Kawaguchi added a comment - I suspect a cache issue. Maybe Hudson is not sending the right set of HTTP headers. In the past there has been one similar report about this. During the development I use Firefox so I don't think it's a browser issue. Can you flush your cache and try again? Also, from FireBugs check if your hudson-behavior.js has the following lines at the very top: // create a new object whose prototype is the given object function object(o) { function F() {} F.prototype = o; return new F(); }

          ramazanyich2 added a comment -

          oops, indeed it was a cache issue. Sorry for false alarm. You can close the issue.
          Thanks.

          ramazanyich2 added a comment - oops, indeed it was a cache issue. Sorry for false alarm. You can close the issue. Thanks.

          This is probably the same issue as issue #272.

              • This issue has been marked as a duplicate of 272 ***

          Kohsuke Kawaguchi added a comment - This is probably the same issue as issue #272. This issue has been marked as a duplicate of 272 ***

            Unassigned Unassigned
            ramazanyich2 ramazanyich2
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: