Just a really minor theming issue on the form. The label on the active tag edit doesn't have the proper id in the "for" attribute. I've attached a patch for it.
| Comment | File | Size | Author |
|---|---|---|---|
| active_tags_label.patch | 804 bytes | hadsie |
Just a really minor theming issue on the form. The label on the active tag edit doesn't have the proper id in the "for" attribute. I've attached a patch for it.
| Comment | File | Size | Author |
|---|---|---|---|
| active_tags_label.patch | 804 bytes | hadsie |
Comments
Comment #1
samkat12 commentedwhen i use Active Tags, if feild (term) is required and user does not fill in the tags, the active tag does npot highlight that the field is requred. therefore end user does not know which field is he/she has not filled in.
Comment #2
dragonwize commentedDuplicate of #639214: Required input fileds are not wrapped in error-tags
Comment #3
hadsie commentedI've just upgraded to the latest dev version (jan 17th) that has this fix in it. Though it doesn't appear to fix the issue I mentioned here.
In your fix you have:
However, the actual field is:
So the "for" doesn't match the id on the field. This is the only change the attached patch makes.
I've re-opened this ticket instead of #639214: Required input fileds are not wrapped in error-tags because I'm not sure if it's actually the same problem or not. Basically when I "click" the label, the textfield should become active for entry.
Comment #4
dragonwize commentedI am confused is this issue about "Required term field not highlighed whe using Active Tags if is required and not filled in by user"?
Or is it about the for attribute?
Comment #5
hadsie commentedI also don't understand the title... all I'm talking about is the "for" attribute not being set correctly. I think that title refers exactly to the duplicate issue that's already fixed.
Comment #6
dragonwize commentedThanks. Committed.