Symptoms:
Default button not does not fire when enter key is pressed using Firefox. (using the ajax ControlToolkit)
Fix:
add this property to the ASP button
UseSubmitBehavior="False"<asp:Button ID="btnSearch" UseSubmitBehavior="False" ValidationGroup="submit" runat="server" Text="Search" CssClass="submitButton" OnClick="btnSearch_Click" />