Pls rem default focus on Go btn when user focuses page
Brought to you by:
matthiasmiller
Please remove the default auto-focus from the "Go" button in the top chrome of the sIEve interface, when the user clicks/types/gives focus to anywhere within the document/web page they have loaded.
I have form elements on my page, with an event handler registered for the onkeypress event, to capture keycode 13 (Enter).
None of them work, because sIEve has default focus on the Go button, thus causing a re-load of the page, instead of any action the user desires within the page.
Typical example, user logs into a system with username/password (presses enter)... but ends up reloading the page instead of entering the site.