[
https://issues.apache.org/jira/browse/CLK-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880591#action_12880591
]
Bob Schellink commented on CLK-688:
-----------------------------------
IntegerField has an onkeypress JavaScript filter which prevents the paste
function. Is it possible in JS to conditionally paste which works across all
browsers?
What is the validation behavior if the onkeypress attribute is removed e.g:
public void onInit() {
IntegerField f = new IntegerField("field");
f.removeAttribute("onkeypress");
}
> js validation
> --------------
>
> Key: CLK-688
> URL: https://issues.apache.org/jira/browse/CLK-688
> Project: Click
> Issue Type: Improvement
> Components: extras
> Reporter: Alkiviades Kafkis
> Priority: Minor
>
> IntegerField can't disallow pasting text chars in it
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.