Summary | IE 7 Error on Log in page |
Queue | Horde Groupware Webmail Edition |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | 5jabf9302 (at) sneakemail (dot) com |
Created | 06/06/2007 (6618 days ago) |
Due | |
Updated | 06/08/2009 (5885 days ago) |
Assigned | |
Resolved | 06/07/2007 (6617 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
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
avoid it regardless. It'll be in Horde 3.2.
suggest me how can i fix it.
avoid it regardless. It'll be in Horde 3.2.
suggest me how can i fix it.
Assigned to Chuck Hagenbuch
State ⇒ Resolved
avoid it regardless. It'll be in Horde 3.2.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IE 7 Error on Log in page
Queue ⇒ Horde Groupware Webmail Edition
New Attachment: horde-error.JPG
State ⇒ Unconfirmed
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.