You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/12/08 16:10:01 UTC

[jira] Created: (WICKET-3241) Add support for the new HTML 5 input types

Add support for the new HTML 5 input types
------------------------------------------

                 Key: WICKET-3241
                 URL: https://issues.apache.org/jira/browse/WICKET-3241
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5-M3
            Reporter: Martin Grigorov
            Assignee: Martijn Dashorst
            Priority: Minor


Currently it is a bit hard to use the new HTML5 input types like 'email', 'url', 'range', ...
The user application have to override TextField#getInputType() but even then somethings wont work out of the box because there is a filtering logic in wicket-ajax.js.
Please make it easier to use these new types from Wicket

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3241) Add support for the new HTML 5 input types

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3241.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
         Assignee: Martin Grigorov  (was: Martijn Dashorst)

Basic support for 'number', 'range', 'url' and 'email' types is added.
When we need more we will track them in a separate ticket.

> Add support for the new HTML 5 input types
> ------------------------------------------
>
>                 Key: WICKET-3241
>                 URL: https://issues.apache.org/jira/browse/WICKET-3241
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5-M4
>
>
> Currently it is a bit hard to use the new HTML5 input types like 'email', 'url', 'range', ...
> The user application have to override TextField#getInputType() but even then somethings wont work out of the box because there is a filtering logic in wicket-ajax.js.
> Please make it easier to use these new types from Wicket

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.