Trinidad's inputText (maxLength) doesn't work correct for the "paste" event
----------------------------------------------------------------------------
Key: TRINIDAD-1400
URL: https://issues.apache.org/jira/browse/TRINIDAD-1400
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.10-core
Reporter: Matthias Weßendorf
Assignee: Matthias Weßendorf
Priority: Minor
go to the inputText demo:
http://www.irian.at/trinidad-demo/faces/components/inputText.jspx
make maxLength=>2 and rows=>3, click UPDATE.
Copy the String "hellohellohellohello" and paste it into the textarea.
=> you see the total string
now, TAB out
=>The string becomes corrected
It would work if we would introduce a callback for this event (paste), like
onpaste="_check....";
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.