#19686: Support HTML5 number input type
-----------------------------+------------------------------------
     Reporter:  claudep      |                    Owner:  nobody
         Type:  New feature  |                   Status:  new
    Component:  Forms        |                  Version:  master
     Severity:  Normal       |               Resolution:
     Keywords:               |             Triage Stage:  Accepted
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------
Changes (by charettes):

 * cc: charette.s@… (added)
 * has_patch:  1 => 0
 * version:  1.4 => master


Comment:

 The number input implementation seems to be a bit unstable at the moment.

 Chrome implemented it quickly and attempted to localize the input value to
 the useragent's locale while submitting it the document (or closest parent
 with a lang attribute) locale. It raised some
 [https://code.google.com/p/chromium/issues/detail?id=78520 issues] and
 it's quite hard to work with.

 Firefox halted development because
 [https://bugzilla.mozilla.org/show_bug.cgi?id=344616#c44 many questions
 arose] concerning the decimal mark, group size and separator.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19686#comment:1>
Django <https://code.djangoproject.com/>
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.


Reply via email to