Hi.
<label> without 'for' works ok with FireFox, but when it comes to IE
6/7, it does not work.
So I put 'for' for CheckboxSelectMultiple widget like the following.
output.append(u'<li><label for="%s">%s %s</label></li>' %
(final_attrs['id'], rendered_cb, escape(smart_unicode(option_label))))
And I think some other widgets' have the same problem.
I hope you(django developers) fix the problem.
Regards,
YoungRok.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---