[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1922) IE 6.0 Error: Can't move focus to the control

Martin Putz (JIRA) jira-events at lists.jboss.org
Mon Mar 3 04:00:57 EST 2008


    [ http://jira.jboss.com/jira/browse/JBPORTAL-1922?page=comments#action_12401077 ] 
            
Martin Putz commented on JBPORTAL-1922:
---------------------------------------

potential workaround:

in jboss-portal.sar/portal-server.war/login.jsp, change

<body OnLoad="document.loginform.j_username.focus();">

to
<script>
   function setFocusOnLoginForm() {
      try {
         document.loginform.j_username.focus();
      }
      catch (err) {
      }
   }
</script>
<body OnLoad="setFocusOnLoginForm();">

> IE 6.0 Error: Can't move focus to the control
> ---------------------------------------------
>
>                 Key: JBPORTAL-1922
>                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1922
>             Project: JBoss Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.6.4 Final
>            Reporter: Mike Millson
>         Assigned To: Wesley Hales
>
> When viewing the out-of-box portal home page, IE 6.0 gives the following Javascript error:
> Line: 17
> Char: 1
> Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus
> URL: http://localhost:8080/portal/auth/portal/default...
> No errors are seen when using Firefox 2.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list