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 |
State ⇒ Feedback
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.
fixed the problem, and did not adversely affect the functioning of the
login page.
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
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.