[
https://issues.apache.org/jira/browse/TOBAGO-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572997#action_12572997
]
Volker Weber commented on TOBAGO-626:
-------------------------------------
Hi,
afaik in IE the event object is not parameter of event functions. you need
something like
function fnName(event){
if (!event) event = window.event;
...
}
You may look here
http://www.thescripts.com/forum/thread151196.html
for a FF onpaste solution.
> Input length restriction for tc:textarea
> ----------------------------------------
>
> Key: TOBAGO-626
> URL: https://issues.apache.org/jira/browse/TOBAGO-626
> Project: MyFaces Tobago
> Issue Type: Improvement
> Components: Themes
> Affects Versions: 1.0.16
> Environment: All / IE
> Reporter: Helmut Swaczinna
> Attachments: TOBAGO-626-core.diff, TOBAGO-626-theme-scarborough.diff,
> TOBAGO-626-theme-standard.diff
>
>
> The length of the input text in a tc:textrea should be restricted by the
> browser like it is in tc:in
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.