Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2014-07-25 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  closed
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by charettes):

 Replying to [comment:23 doctormo@…]:
 > @charettes - Maybe this is something that can be fixed using a
 templatetag. The nature of class and placeholder suggest they'd be happy
 in the template anyway.
 >
 > This doesn't help full form/table printing, but that whole system is
 weak and so assumptive. Basically making template information affixed in
 python code in a bad way.

 I agree that handling this at the template level would make more sense. I
 suggest that you take a look at #15667 which track efforts to implement
 template based widgets. From what I remember it introduced a templatetag
 to add attributes to widgets.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/074.20a663bffeb91d79779d6a7db6f61b3d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2014-07-24 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  closed
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by doctormo@…):

 @charettes - Maybe this is something that can be fixed using a
 templatetag. The nature of class and placeholder suggest they'd be happy
 in the template anyway.

 This doesn't help full form/table printing, but that whole system is weak
 and so assumptive. Basically making template information affixed in python
 code in a bad way.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/074.1a34d90ee3b2c7e24e9338fcf561c238%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-20 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  closed
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by charettes):

 * status:  assigned => closed
 * resolution:   => wontfix


Comment:

 While I also think introducing a way of specifying widget attributes
 without having to repeat the whole widget definition would be greatly
 useful I'm a bit concerned about the proposed solution, mainly from
 backward compatibility point of view.

 At first I thought adding a new `widget_attr` kwarg to `Field` could work
 but it leaves `ModelForm` and its `Meta.widgets` overrides behind.

 I definitely thinks your suggested approach is worth investigating since
 I've also been frustrated by the need to declare a whole widget to add a
 single `class` or `data-*` attribute in the past.

 However this whole discussion should really be moved to another ticket.
 I'll ''wontfix'' this one and look forward a to a new one based on the
 previous discussion.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-20 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by jgasteiz):

 I like your approach, lrekucki. As the placeholder option is UI/widget
 related, this looks much better solution to me.

 I'll give it a try.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-20 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by lrekucki):

 While I agree (see comment:9), I think it would be good to have a way to
 specify this without having to repeat the whole widget definition. I'm not
 proposing to implement anything like #17924, but maybe we could extend the
 set of valid inputs for the {{{widget}}} attribute to a mapping, i.e.:

 {{{
 comment = forms.CharField(max_length=200, widget={"placeholder": "Text!"})
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-19 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by jgasteiz):

 You got a point there. When I picked this ticket I could see some good
 things about getting this enhancement done, but after I started digging
 into the code I think I lost part of my conviction.

 Feel free to ''wontfix'' the ticket.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-19 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by charettes):

 * cc: charettes (added)


Comment:

 IMHO adding this attribute at the field level breaks the form and widget
 abstraction contract since `placeholder` is exclusively UI related and has
 nothing to do with data conversion which is what form fields are made for.

 While some can argue `help_text` is also UI related (and can be specified
 at the ORM level) it's not entirely bound to input directives and should
 be used as a data introspection reference (e.g. #9321 is a really bad use
 of `help_text`).

 Specifying a placeholder for a model form field is also quite easy:

 {{{
 #!python
 class MyModelForm(forms.ModelForm):
 class Meta:
 model = MyModel
 widgets = {
 'email': forms.TextInput({'placeholder':
 'addr...@domain.com'})
 }
 }}}

 I'm slightly tempted to ''wontfix'' this ticket.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-18 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by lrekucki):

 * needs_better_patch:  0 => 1


Comment:

 Notes on pull request.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-18 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by jgasteiz):

 * needs_better_patch:  1 => 0


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-18 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by jgasteiz):

 Github patch. [https://github.com/django/django/pull//files]

 Added to CharField, but applied in all input boxes and textarea.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-18 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by martmatwarne):

 * cc: martmatwarne (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-18 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  jgasteiz
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by jgasteiz):

 * cc: javi.manzano.oller@… (added)
 * owner:  anonymous => jgasteiz


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-18 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  anonymous
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by Javi Manzano ):

 * owner:  j4nu5 => anonymous


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2013-05-18 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  j4nu5
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by Claire Reynaud ):

 * cc: claire12.reynaud@… (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2012-10-15 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  j4nu5
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by lrekucki):

 * cc: lrekucki@… (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2012-10-15 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  j4nu5
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by lrekucki):

 * needs_better_patch:  0 => 1


Old description:

> HTML5 introduces a 'placeholder' attribute to form inputs, providing a
> text hint which disappears when the user highlights it, which greatly
> improves the UX of a page.
>
> To do this in Django currently, you have to do something like:
>
> comment = forms.CharField(max_length=200, widget=forms.TextInput({
> "placeholder": "Text!"}))
>
> However, to do this with a ModelForm is much more complicated:
> http://bitkickers.blogspot.com/2010/09/django-html5-input-
> placeholders.html
>
> I suggest that there should be an easier way to set placeholder text in
> form fields and model form fields:
>
> comment = forms.CharField(max_length=200, placeholder="Text!")
>
> (This would also be a good starting point for other new HTML5 input
> elements, such as 'required' and 'email', but those should be separate
> tickets. The code would be very similar though.)
> What do you think?

New description:

 HTML5 introduces a 'placeholder' attribute to form inputs, providing a
 text hint which disappears when the user highlights it, which greatly
 improves the UX of a page.

 To do this in Django currently, you have to do something like:

 {{{#!python
 comment = forms.CharField(max_length=200, widget=forms.TextInput({
 "placeholder": "Text!"}))
 }}}

 However, to do this with a ModelForm is much more complicated:
 http://bitkickers.blogspot.com/2010/09/django-html5-input-
 placeholders.html

 I suggest that there should be an easier way to set placeholder text in
 form fields and model form fields:

 {{{#!python
 comment = forms.CharField(max_length=200, placeholder="Text!")
 }}}

 (This would also be a good starting point for other new HTML5 input
 elements, such as 'required' and 'email', but those should be separate
 tickets. The code would be very similar though.)
 What do you think?

--

Comment:

 Is there any reason why this is added only to {{{CharField}}}?
 {{{placeholder}}} is more of a widget thing, so it shouldn't matter on
 what type of field I define it as long as I use a widget that can render
 it. Also, {{{placeholder}}} is also legal on {{{}}} not only
 variations of {{{}}}.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2012-10-09 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  j4nu5
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by tonnzor):

 Any blockers for landing it in the master? It looks like it is done but
 not merged for some reason.

 It is really needed and useful feature, it improves user experience
 without tons of workarounds.

 Just to note -- all major browsers already support it for more than a
 year:
 {{{
 browser: Firefox Safari Chrome  Opera   IE  iPhone  Android
 version: 4.0+4.0+   4.0+11.0+   10.0+   4.0+2.1+
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2012-08-15 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  j4nu5
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by andybak):

 * cc: andybak (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2012-02-13 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  j4nu5
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  SVN
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by j4nu5):

 * status:  new => assigned
 * needs_better_patch:  1 => 0
 * needs_tests:  1 => 0


Comment:

 Based on the discussions on dev mailing list, I have removed placeholder
 attribute from ModelForms.

 The submitted patch adds a placeholder attribute to Forms. ModelForms will
 have to be manually overridden to add a placeholder attribute. Has tests
 and documentation.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2012-02-08 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
 Reporter:  rich@…   |Owner:  j4nu5
 Type:  New feature  |   Status:  new
Component:  Forms|  Version:  SVN
 Severity:  Normal   |   Resolution:
 Keywords:  forms, placeholder,  | Triage Stage:  Accepted
  html5  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  1|UI/UX:  1
Easy pickings:  1|
-+-
Changes (by j4nu5):

 * status:  assigned => new
 * cc: j4nu5 (added)
 * needs_better_patch:  0 => 1
 * owner:  avenet => j4nu5
 * needs_docs:  1 => 0
 * has_patch:  0 => 1


Comment:

 I have added the said functionality to both model forms and normal forms,
 in 16304.patch.

 However, I suggest to club this ticket with a bigger undertaking of making
 Django HTML5 aware.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2011-07-05 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
   Reporter:  rich@… |  Owner:  avenet
   Type:  New| Status:  assigned
  feature|  Component:  Forms
  Milestone: |   Severity:  Normal
Version:  SVN|   Keywords:  forms, placeholder,
 Resolution: |  html5
   Triage Stage:  Accepted   |  Has patch:  0
Needs documentation:  1  |Needs tests:  1
Patch needs improvement:  0  |  Easy pickings:  1
  UI/UX:  1  |
-+-
Changes (by avenet):

 * owner:  nobody => avenet
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2011-06-25 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
   Reporter:  rich@… |  Owner:  nobody
   Type:  New| Status:  new
  feature|  Component:  Forms
  Milestone: |   Severity:  Normal
Version:  SVN|   Keywords:  forms, placeholder,
 Resolution: |  html5
   Triage Stage:  Accepted   |  Has patch:  0
Needs documentation:  1  |Needs tests:  1
Patch needs improvement:  0  |  Easy pickings:  1
  UI/UX:  1  |
-+-

Comment (by d0ugal):

 I think this ticket needs to be coordinated with the form rendering GSOC
 as a number of changes are being made in this area. Thus you may want to
 add it to the discussion on the mailing list:
 https://groups.google.com/d/topic/django-developers/N5EVJhb9la4/discussion

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields. (was: Forms Need HTML5 'placeholder' attribute)

2011-06-20 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields.
-+-
   Reporter:  rich@… |  Owner:  nobody
   Type:  New| Status:  new
  feature|  Component:  Forms
  Milestone: |   Severity:  Normal
Version:  SVN|   Keywords:  forms, placeholder,
 Resolution: |  html5
   Triage Stage:  Accepted   |  Has patch:  0
Needs documentation:  1  |Needs tests:  1
Patch needs improvement:  0  |  Easy pickings:  1
  UI/UX:  1  |
-+-

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.