View Issue Details

IDProjectCategoryView StatusLast Update
0004450OXID eShop (all versions)3.1. Design, GUI, UXpublic2012-11-12 15:15
ReporterNico 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.3 revision 47975 
Target VersionFixed in Version4.8.0_5.1.0_beta1 
Summary0004450: label tags are not attached to their input elements
DescriptionThe Azure template is using <label>-Tags in front of each input element, which is good. But the label element must make use of the "for" attribute in order to work right. This "for" attribute have to match the id of the refered input element. For example:

<label for="name">Name:</label>
<input type="text" id="name" name="name" />

This would be the correct way to "connect" the label to an input. The bonus effect on using this method is, that the label elements become "clickable". The label will focus it's input on click.
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.