missing closing tag in container element

emmexx 11 Jan, 2013
I added a Container element to a form.
I added to the container:

[list]
  • a custom element with a div

  • a drop down

  • another custom element with a div
  • [/list]

    Since I created the elements before creating the container I had to duplicate each element by hand.
    In order to check if everything was ok I opened the form in the Code Tab and found out that the closing tag of the container is missing.

    <div id="contenitore"><div class="ccms_form_element cfdiv_custom" id="input_id_8_container_div" style=""><label for="input_id_8">FATTURATO_LABEL</label><div id="fc_FusionChart2" align="center">
    <img src="images/elemaster/grafici/fatturato.jpg" alt="fatturato" title="Fatturato Elemaster"/>
    </div>
    
    <div id="fc_exp_div_FusionChart23" align="center"></div>
    
    <a id="allarga" data-lightbox="transitionIn:elastic;transitionOut:elastic;" href="#fc_FusionChart2">Ingrandisci</a><div class="clear"></div><div id="error-message-input_custom_8"></div></div><div class="ccms_form_element cfdiv_select multiline_start" id="formato_container_div" style=""><label for="formato">EXPORT_LABEL</label><select size="1" id="formato" class="" title="" name="formato">
    <option value="">(Seleziona un formato)</option>
    <option value="PDF">PDF</option>
    <option value="PNG">PNG</option>
    <option value="JPG">JPG</option>
    </select>
    <div class="clear"></div><div id="error-message-formato"></div></div><div id="fc_exp_div_FusionChart2"></div>


    I tried using a container of type div and a container of type custom. In the last case I added
    Start code:
    <div id="contenitore">

    End code:
    </div> <!-- contenitore -->


    But as you can see the div and the comment are missing.

    I checked the html code generated in a joomla page and there's a closing div (added by firefox?) but I checked the answer tab of firebug and the div is missing there too.

    Is it a bug? Am I paranoid about closing tags?

    Thank you
    maxx
    Max_admin 21 Jan, 2013
    Hi Maxx,

    Thank you for reporting this issue, I have found it about 2 weeks ago and got it fixed, do you have the latest version installed ?

    Regards,
    Max
    Max, ChronoForms developer
    ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
    ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
    emmexx 21 Jan, 2013

    Thank you for reporting this issue, I have found it about 2 weeks ago and got it fixed, do you have the latest version installed ?



    Hi Max,
    I'm still on V4 RC 3.5.1.
    I'll install the latest version.

    Thank you for your work on this great component.

    maxx
    This topic is locked and no more replies can be posted.