[
https://issues.apache.org/jira/browse/TAP5-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168688#comment-13168688
]
Hudson commented on TAP5-1787:
------------------------------
Integrated in tapestry-trunk-freestyle #642 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/642/])
TAP5-1787: TextField should be usabLe with HTML5 type values (such as
"number", "email", etc.)
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1213868
Files :
*
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/TextField.java
> TextField should be usable with HTML5 type values (such as "number", "email",
> etc.)
> -----------------------------------------------------------------------------------
>
> Key: TAP5-1787
> URL: https://issues.apache.org/jira/browse/TAP5-1787
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.3
> Reporter: Johannes Holzer
> Assignee: Howard M. Lewis Ship
> Fix For: 5.3.1, 5.4
>
>
> Tapestry ignores valid html5 form input types, substituting "text" instead.
> Example:
> <t:textfield value="foo" type="number" />
> Expected output:
> <input value="..." type="number">
> Actual output:
> <input value="..." type="text" />
> See also: http://www.w3.org/TR/html5/the-input-element.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira