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

Browersproblems to show mulitline config entries

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical Critical
    • core
    • None
    • Platform: All, OS: Windows XP

      Firefox 2, IE and Safari has problems to show multiline entries e.g. maven goals
      in the job configuration.
      Firefox 3 works properly.

      See the attached picture.

      Safari and Firefox 3 tested with Win XP and Mac OSX. Firefox 2 and IE tested
      only with Win XP.

      Entry in the config.xml:

      <hudson.tasks.Maven>
      <targets>clean
      source:jar
      deploy
      site site-deploy</targets>
      <mavenName>Maven 2</mavenName>

      Hudson version: 1.262
      This problem exist still in this version or higher!

          [JENKINS-2677] Browersproblems to show mulitline config entries

          Created an attachment (id=450)
          Multiline problem in different brower

          Stefan Brausch added a comment - Created an attachment (id=450) Multiline problem in different brower

          In my opinion is this change the reason for this bug:
          http://fisheye4.atlassian.com/browse/hudson/trunk/hudson/main/core/src/main/resources/hudson/tasks/Maven/config.jelly?r1=6805&r2=13210

          I think the value is necesary: value="${instance.targets}"
          If I fixed it for our locale version it's works again.

          Thanks,
          stefan

          Stefan Brausch added a comment - In my opinion is this change the reason for this bug: http://fisheye4.atlassian.com/browse/hudson/trunk/hudson/main/core/src/main/resources/hudson/tasks/Maven/config.jelly?r1=6805&r2=13210 I think the value is necesary: value="${instance.targets}" If I fixed it for our locale version it's works again. Thanks, stefan

          okay, the main issue is the isMultiline check
          <j:when test="${h.isMultiline(attrs.value)}">
          in this file:
          main\core\target\classes\lib\form\expandableTextbox.jelly

          It's failed because attrs.value is not set.

          Now, it's always a textbox instead a multiline field and the different browsers
          use different types to show multiline values in textboxes

          Regards,
          stefan

          Stefan Brausch added a comment - okay, the main issue is the isMultiline check <j:when test="${h.isMultiline(attrs.value)}"> in this file: main\core\target\classes\lib\form\expandableTextbox.jelly It's failed because attrs.value is not set. Now, it's always a textbox instead a multiline field and the different browsers use different types to show multiline values in textboxes Regards, stefan

          subcomponent changed

          Stefan Brausch added a comment - subcomponent changed

          Same Problem as Issue 2816 - resolved

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

          Stefan Brausch added a comment - Same Problem as Issue 2816 - resolved This issue has been marked as a duplicate of 2816 ***

          resolved

          Stefan Brausch added a comment - resolved

            Unassigned Unassigned
            stefanbrausch Stefan Brausch
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: