6.0.0-alpha14
7/2/25

[#8834] imp/login.js bug - disabling of LoginButton javascript fails
Summary imp/login.js bug - disabling of LoginButton javascript fails
Queue Horde Groupware Webmail Edition
Queue Version 1.2.5
Type Bug
State No Feedback
Priority 1. Low
Owners
Requester rorymckinley (at) gmail (dot) com
Created 01/22/2010 (5640 days ago)
Due
Updated 02/02/2010 (5629 days ago)
Assigned 01/22/2010 (5640 days ago)
Resolved 02/02/2010 (5629 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/02/2010 06:01:23 PM Michael Slusarz State ⇒ No Feedback
 
01/22/2010 05:39:36 PM Michael Slusarz Comment #3
State ⇒ Feedback
Reply to this comment
For some reason prototype.js is not being loaded (or loaded correctly) 
on your browser - that is what provides disable().  Which doesn't make 
any sense because I can't reproduce this and the code is there to load 
it in imp/login.js.  You might have to use something like Firefox + 
Firebug to debug this.
01/22/2010 07:29:54 AM rorymckinley (at) gmail (dot) com Comment #2 Reply to this comment
Apologies - a correction to original report - commenting out the code 
fixed the problem, and did not adversely affect the functioning of the 
login page.
01/22/2010 07:28:31 AM rorymckinley (at) gmail (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ imp/login.js bug - disabling of LoginButton javascript fails
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Just upgraded to 1.2.5 - found a bug in login.js that causes a 
javascript error in all browsers: When you click on the Login button, 
the submit_login function tries to disable the "loginButton" element, 
by doing the following:

$("loginButton").disable()

This fails in FF and IE with the error that the disable() method does 
not exist. We found that we could comment it out and not notice any 
affect i.t.o functionality.

Saved Queries