Hi guys,
I found a litte bug in rc 0.1 stable.
The username/password autocompletion is not working correct with firefox.
I type in the initials of my username, with the arrow keys I select a username from the list and when I press enter firefox doesen't complete the username and password. With tab instead of enter it works ...
Just a little thing ...
This worked fine in rc2.
btw. RC is fuckin' great!
best regards,
Nico
This function in app.js seems to be the causer:
// handler for keyboard events on the _user field
this.login_user_keypress = function(e)
{
var key = rcube_event.get_keycode(e);
var elm;
// enter
if ((key==13) && (elm = rcube_find_object('_pass')))
{
elm.focus();
return false;
}
};
Well, so... what now? Did anybody from the development team read this thread? Does anybody from the development team read any threads in this forum, anyhow???
I think the bug in the username completion is real pain - but noone seems to care... *sigh*
Don't just sigh about it, get something done. If you sit and wait for someone else to do something your going to wait for a long time. Have you been over to the bug tracker to see if this has been entered as a bug? If not enter it and follow the progression. Does development read the forum, I'm sure they do. However the bug tracker is where their time is spent repairing what needs to be repaired.
http://trac.roundcube.net/ (http://trac.roundcube.net/)