Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-3270

Invariable HTML field reference in label elements

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 2.6.3
    • 2.6.2
    • None
    • None

    Description

      This is a fragment of the HTML code of /crowd/console/secure/admin/licensing.action:

      <div class="fieldArea required">
          <label class="fieldLabelArea" for="Description">
              Licensee:
          </label>
      
          <div  class="fieldValueArea">
                  Atlassian
              <div class="fieldDescription">
              </div>
          </div>
      </div>
      
      <div class="fieldArea required">
          <label class="fieldLabelArea" for="Description">
              Type:
          </label>
          <div  class="fieldValueArea">
                  Crowd: Commercial
              <div class="fieldDescription">
              </div>
          </div>
      </div>
      
      <div class="fieldArea required">
          <label class="fieldLabelArea" for="Description">
              Purchased:
          </label>
      
          <div  class="fieldValueArea">
                  Friday, 17 Nov 2028
              <div class="fieldDescription">
              </div>
          </div>
      </div>
      

      Note the value of the "for" attribute in the label elements is invariably "Description". Other HTML forms in Crowd UI are similarly affected.

      Attachments

        Issue Links

          Activity

            People

              dberrueta Diego Berrueta
              dberrueta Diego Berrueta
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: