You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (Updated) (JIRA)" <ji...@apache.org> on 2011/12/13 20:02:30 UTC

[jira] [Updated] (TAP5-1787) TextField should be usable with HTML5 type values (such as "number", "email", etc.)

     [ https://issues.apache.org/jira/browse/TAP5-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1787:
---------------------------------------

    Summary: TextField should be usable with HTML5 type values (such as "number", "email", etc.)  (was: TextField ignores form input type)
    
> 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
>
> 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