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 2007/09/07 10:29:31 UTC

[jira] Created: (TRINIDAD-696) inputText - autoSubmit and TAB behaves differently on ie7 and firefox

inputText - autoSubmit and TAB behaves differently on ie7 and firefox
---------------------------------------------------------------------

                 Key: TRINIDAD-696
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-696
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.2-core
            Reporter: Matthias Weßendorf


Create this JSPX file

<?xml version='1.0' encoding='utf-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
xmlns:trh="http://myfaces.apache.org/trinidad/html" 
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:tr="http://myfaces.apache.org/trinidad" >
  <jsp:directive.page contentType="text/html;charset=utf-8"/>
  <f:view>
     <trh:html>
       <trh:head title="untitled1">
         <meta http-equiv="Content-Type"
               content="text/html; charset=windows-1252"/>
       </trh:head>
       <trh:body>
         <h:form>
           <tr:inputText label="Label 1" autoSubmit="true"/>
           <tr:inputText label="Label 2"/>
         </h:form>
       </trh:body>
     </trh:html>
   </f:view>
</jsp:root>


and..................

Run this in Firefox and enter a value in the first field, doing a "tab-out", will show the cursor on the next field.
In IE7 tab-out on first field, will leave it on the same field. 

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