views:

18

answers:

1

Demo: http://www.christianbullock.com/so-demo/ (I know it's a bit rusty).

Screenshot: http://i46.tinypic.com/2rh7fgn.png

Hover over the blue rectangle to reveal the login panel. It works exactly how I'd like it to, with the exception that if you double-click one of the input forms to reveal the previously-entered usernames, by hovering over one of the suggested usernames the panel fades away...jQuery thinks my mouse has left the div when it actually hasn't.

Has anyone encountered anything like this before? Anyone know a fix?

Thanks.

+1  A: 
Pointy
Thanks for the answer, although the current method doesn't use an autocomplete "plugin", it's generated by the browser. If possible I'd like to avoid another plugin as I'm trying to avoid bloating it.@thisMayhem: Edited above.
Oh oh I see - well it still may be more or less the same problem. I'll update my answer too.
Pointy
Think I'm just going to disable autocomplete. Thanks:)
OK - I think the "autocomplete" attribute may actually need to be set to "off" instead of "false"; it's a weird little subject in its own right!
Pointy