Re: newforms does not create label's 'for' attribute

2007-07-12 Thread Malcolm Tredinnick
On Fri, 2007-07-13 at 05:56 +, Collin Grady wrote: > Sorry, guess it wasn't clear enough :) > > Without a "for" attribute, clicking on those labels fails to check the > box, which is fairly standard behavior, meaning you have to actually > click the box - I believe that's what he means by the

Re: newforms does not create label's 'for' attribute

2007-07-12 Thread Collin Grady
Sorry, guess it wasn't clear enough :) Without a "for" attribute, clicking on those labels fails to check the box, which is fairly standard behavior, meaning you have to actually click the box - I believe that's what he means by them "not working" --~--~-~--~~~---~--

Re: newforms does not create label's 'for' attribute

2007-07-12 Thread Malcolm Tredinnick
Hi Collin, On Fri, 2007-07-13 at 05:19 +, Collin Grady wrote: > CheckboxSelectMultiple's list of checkboxes is using attribute-free > label tags: > > u'%s %s' (django/newforms/widgets.py:292) Whilst true, this isn't an answer to the question I asked. It is valid HTML to have attribute-fre

Re: newforms does not create label's 'for' attribute

2007-07-12 Thread Collin Grady
CheckboxSelectMultiple's list of checkboxes is using attribute-free label tags: u'%s %s' (django/newforms/widgets.py:292) On Jul 12, 10:10 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-07-12 at 07:05 +, [EMAIL PROTECTED] wrote: > > Hi. > > > without 'for' works ok with

Re: newforms does not create label's 'for' attribute

2007-07-12 Thread Malcolm Tredinnick
On Thu, 2007-07-12 at 07:05 +, [EMAIL PROTECTED] wrote: > Hi. > > without 'for' works ok with FireFox, but when it comes to IE > 6/7, it does not work. What do you mean by "does not work"? What actually fails? This is another case of the IE developers apparently not being able to read the

Re: newforms does not create label's 'for' attribute

2007-07-12 Thread Russell Keith-Magee
On 7/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > without 'for' works ok with FireFox, but when it comes to IE > 6/7, it does not work. Hi YoungRok, Looks like you have found a bug. For future reference I've logged this as ticket #4860. Yours, Russ Magee %-) --~--~-~--~