You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 08:41:19 UTC

[jira] Updated: (ADFFACES-227) ONKEYPRESS ATTRIBUTE NOT FUNCTIONING AS EXPECTED IN IE

     [ https://issues.apache.org/jira/browse/ADFFACES-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-227:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> <tr:inputText> ONKEYPRESS ATTRIBUTE NOT FUNCTIONING AS EXPECTED IN IE
> ---------------------------------------------------------------------
>
>                 Key: ADFFACES-227
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-227
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>         Environment: Windows Xp, IE 6 and IE 7
>            Reporter: K SRINATH REDDY
>            Priority: Minor
>
> the onkeypress attribute of an <tr:inputText> tag doesn't operate as expected in IE 6.0. In particular, the following tag should produce a text field that does not accept any input:
> <tr:inputText onkeypress="return false;" />   but it allows you to enter the Text.
> The Bug is reproducible in IE 6 and IE 7 and it works as expected in Mozilla and Firefox.
> This could be because, the onKeyPress rendered on the form overrides the onKeyPress on the inputText. In _submitOnEnter function called on onKeyPress on form returns true for all the keys Except 'Enter'/'Return' key which overrides the false returned in inputText onKeyPress.

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