You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2009/02/17 13:59:00 UTC

[jira] Created: (TRINIDAD-1400) Trinidad's inputText (maxLength) doesn't work correct for the "paste" event

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.


[jira] Resolved: (TRINIDAD-1400) Trinidad's inputText (maxLength) doesn't work correct for the "paste" event

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1400.
------------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.12-core

> 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
>             Fix For:  1.2.12-core
>
>         Attachments: TRINIDAD-1400_onpaste.patch
>
>
> 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.