[buddypress-trac] [BuddyPress Trac] #5693: bp_profile_visibility_radio_buttons() misses id in label
buddypress-trac
noreply at wordpress.org
Sat Jun 7 11:50:37 UTC 2014
#5693: bp_profile_visibility_radio_buttons() misses id in label
--------------------------+-----------------------------
Reporter: SGr33n | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
Hi,
In the html returned by bp_profile_visibility_radio_buttons() missing the
id value for the label tag. The result is that you cannot click on the
text.
example code:
{{{
<label for="">
<input id="see-field_2_public" type="radio" checked="checked"
value="public" name="field_2_visibility">
<span class="field-visibility-text">Everybody</span>
</label>
}}}
Reason: echo missing
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5693>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list