[#5444] IE 7 Error on Log in page
Summary IE 7 Error on Log in page
Queue Horde Groupware Webmail Edition
Type Bug
State Resolved
Priority 1. Low
Owners Chuck Hagenbuch <chuck (at) horde (dot) org>
Requester 5jabf9302 (at) sneakemail (dot) com
Created 06/06/07 (1010 days ago)
Due
Updated 06/08/09 (277 days ago)
Assigned
Resolved 06/07/07 (1009 days ago)
Attachments horde-error.JPG Download
Milestone
Patch No

History
06/08/09 admin (at) esolutions (dot) net Comment #4 Reply to this comment
We just started getting this error on two of our cpanel servers last 
week. Has anyone else experienced this recently? Updating cpanel and 
perl fixed the issue on both servers, but on one the error returned 
about 30 minutes later. We're not sure how to approach this. Any ideas?



Server info:

Conroe 3060

2 GB Ram

cPanel 11.24.4-R36167 - WHM 11.24.2 - X 3.9

REDHAT Enterprise 4 i686 standard
I couldn't reproduce this, but I've put a check into HEAD that should
avoid it regardless. It'll be in Horde 3.2.
I am getting the same error when trying to lgin to horde. Could you
suggest me how can i fix it.
06/25/07 hsg944 (at) gmail (dot) com Comment #3 Reply to this comment
I couldn't reproduce this, but I've put a check into HEAD that should
avoid it regardless. It'll be in Horde 3.2.
I am getting the same error when trying to lgin to horde. Could you 
suggest me how can i fix it.
06/07/07 Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
I couldn't reproduce this, but I've put a check into HEAD that should 
avoid it regardless. It'll be in Horde 3.2.
06/06/07 5jabf9302 (at) sneakemail (dot) com Comment #1
State ⇒ Unconfirmed
New Attachment: horde-error.JPG Download
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ IE 7 Error on Log in page
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
There appears to be an error with Horde when hitting the Welcome page 
in IE7. The following error occurs, "Can't move focus to the control 
because it is invisible, not enabled, or of a type that does not 
accept the focus."



When confirming yes to debug the error shows as being on the line with 
the triple gt & lt signs.

function setFocus()

{

     if (document.horde_login.horde_user.value == "") {

         document.horde_login.horde_user.focus();

     } else {

         >>>document.horde_login.horde_pass.focus();<<<

     }

}



This is my first time posting a bug report here so if I posted to the 
wrong Queue or incorrectly my apologies.