Uploaded image for project: 'Magnolia Form Module'
  1. Magnolia Form Module
  2. MGNLFORM-86

Password paragraph has wrong markup (label and input are nested)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Outdated
    • Icon: Major Major
    • 1.4.x
    • 1.2.2
    • None
    • None
    • Yes

      the input filed for the password is nested into the label. this breaks the design in my project and I dont understand why this should be needed.

      in case of a normal textfield the markup seems correct

      PASSWORD:

      <label for="sdfsdf" class="" id="sdfsdf_label">
      <span>
      sdf
      </span>
      <input type="password" value="" id="sdfsdf" name="sdfsdf">
      </label>

      TEXTFIELD:

      <label for="subject">
      <span>
      Subject
      </span>
      </label>
      <input type="text" maxlength="50" value="" id="subject" name="subject">

      I have included my fixed ftl file.

        Acceptance criteria

              Unassigned Unassigned
              sbaur Stefan Baur
              Daniel Kummer, Daniel Schlegel, Raphael Joss
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: