× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Bug Form Display in Frontend

9 Jahre 8 Monate her #318 von Xze Rod
Bug Form Display in Frontend wurde erstellt von Xze Rod
Hi,
my component works fine but i have a display error in my frontend form. Maybe it's a bug, maybe it's my fault.

1. All my Radio Buttons are overlapped.
I only see the label and the first 'radio button'. Behind this button, all other 'radio button names' are written in row without any whitespace.
If i click - for example - the third 'radio button name' and submit my form, the right value is saved in my database. So it works but seems to be a small view - bug.

In Firebug, the html-structure is:
<div class="control-group"><div class="control-label">
<label id="jform_art-lbl" class="hasTooltip" title="" for="jform_art" data-original-title="<strong>Art</strong><br />Wählen Sie die Spielart aus">Art</label>
</div>
<div class="controls">
<fieldset id="jform_art" class="radio">
<input id="jform_art0" type="radio" checked="checked" value="1" name="jform[art]">
<label class="active" for="jform_art0">Meisterschaft</label>
<input id="jform_art1" type="radio" value="2" name="jform[art]">
<label for="jform_art1">Freundschaftsspiel</label>
<input id="jform_art2" type="radio" value="3" name="jform[art]">
<label for="jform_art2">Turnier</label>
<input id="jform_art3" type="radio" value="4" name="jform[art]">
<label for="jform_art3">Kreispokal</label>
</fieldset>
</div>
</div>
i searched in the right tmpl file, but there is only following code
<div class="control-group">
        <div class="control-label"><?php echo $this->form->getLabel('art'); ?></div>
        <div class="controls"><?php echo $this->form->getInput('art'); ?></div>
    </div>


Maybe this could be a problem with bootstrap3, i'm using on my website?

2. My Datepicker 'Calender-Button' slipped off into the next line. Like in Problem 1 everything works fine, but this seems to be another view -bug.

The html-structur is:
div class="control-group"><div class="control-label">
<label id="jform_anstoss-lbl" class="hasTooltip required" title="" for="jform_anstoss" data-original-title="Anstoß">
</div>
<div class="controls">
<div class="input-append">
<input id="jform_anstoss" class="inputbox hasTooltip" type="text" aria-required="true" required="" maxlength="45" value="" name="jform[anstoss]" title="" data-original-title="">
<button id="jform_anstoss_img" class="btn" type="button" aria-invalid="false">
<i class="icon-calendar"></i>
</button>
</div>
</div>
</div>
Anhänge:

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 1.387 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.