Comment 12 for bug 599576

Revision history for this message
Dan Garner (dangarner) wrote : Re: [Bug 599576] Re: Accept button does not have focus when adding from library

Yeah, that is definitely the one I am looking at - I have also noticed on
the login window. I think the bottom line is that if those forms do not have
a submit element to them then they will not submit on enter with any sort of
reliability.

The question is whether we can fool the form by putting a submit element on
there and then hiding it from view, or if we have to engage in some hacky
JavaScript to bind to the enter key.