Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2166

Wrong layout of textfield with Autocomplete mixin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.4
    • 5.4
    • tapestry-core
    • None

    Description

      this code snippet produce an unexpected form layout:
      <t:form role="form" class="col-xs-3">
      <div class="form-group">
      <t:label for="state">State</t:label>
      <t:textfield t:id="state" value="patient.state" />
      </div>
      <div class="form-group">
      <t:label for="country">Country</t:label>
      <t:textfield t:id="country" value="patient.country" t:mixins="autocomplete" />
      </div>
      </t:form>
      The label is on the same line with textfield, the textfield width is wrong (screenshot http://imagesup.net/?di=913782968996)

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            eugenstud Eugen
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: